Team:KIT-Kyoto/Test
From 2014.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
<div id="maximage"> | <div id="maximage"> | ||
- | + | <img src="https://static.igem.org/mediawiki/2014/4/43/KIT_pictures_hund.jpg""> | |
- | + | </div> | |
- | + | <script type="text/javascript"> | |
- | + | $(function(){ | |
$('#maximage').maximage({ | $('#maximage').maximage({ | ||
isBackground: true, | isBackground: true, | ||
Line 20: | Line 20: | ||
}); | }); | ||
}); | }); | ||
- | + | </script> | |
<style type="text/css" media="screen"> | <style type="text/css" media="screen"> | ||
- | + | #maximage { | |
- | + | position:fixed !important; | |
- | + | } | |
- | + | /*Set my logo in bottom left*/ | |
- | + | #logo { | |
- | + | bottom:30px; | |
- | + | height:auto; | |
- | + | left:30px; | |
- | + | position:absolute; | |
- | + | width:34%; | |
- | + | z-index:1000; | |
- | + | } | |
- | + | #logo img { | |
- | + | width:100%; | |
- | + | } | |
- | + | </style> | |
- | + | </html> |
Revision as of 09:10, 19 May 2014