Team:NCTU Formosa/source/header-safety
From 2013.igem.org
(Difference between revisions)
(13 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<style> | <style> | ||
.effect { | .effect { | ||
- | left: | + | left: 83.33%; |
} | } | ||
#cover{ | #cover{ | ||
- | background:url( | + | background:url(https://static.igem.org/mediawiki/2013/f/fe/Nctu-cover-safety.jpg); |
} | } | ||
</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