Team:NCTU Formosa/source/header-safety

From 2013.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 2: Line 2:
<style>
<style>
.effect {
.effect {
-
left: 93.75%;
+
  left: 83.33%;
}
}
#cover{
#cover{
Line 8: Line 8:
}
}
</style>
</style>
 +
<script>
 +
  $(document).ready(function(){
 +
$('a.image').click(function() { return false; });
 +
$('img').each(function(){ $(this).removeAttr('height');$(this).removeAttr('width'); });
 +
  });
 +
</script>

Latest revision as of 07:50, 24 July 2014