Team:Glasgow/test
From 2011.igem.org
(Difference between revisions)
Chris Wood (Talk | contribs) (Created page with "<html> <img src="https://static.igem.org/mediawiki/2011/7/7c/Patternformation.png" width="800" height="725" alt="Pattern Formation" usemap="#patternformation" /> <map name="patternform...") |
Chris Wood (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> |
- | < | + | <script type="text/javascript"> |
- | + | $(document).ready(function(){ | |
- | + | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/a/ae/Structurefixation.png'); | |
- | + | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/7/73/Productselection.png'); | |
- | + | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/7/7c/Patternformation.png'); | |
- | < | + | $("#but1").mouseenter(function() { |
- | + | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/7/73/Productselection.png'); | |
- | + | }); | |
- | </ | + | $("#but2").mouseenter(function() { |
+ | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/a/ae/Structurefixation.png'); | ||
+ | }); | ||
+ | $("#but4").mouseenter(function() { | ||
+ | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/7/7c/Patternformation.png'); | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | <style type="text/css"> | ||
+ | #maincon { | ||
+ | width:860px; | ||
+ | position:relative;} | ||
+ | #mainpic { | ||
+ | width:860px;} | ||
+ | #but1 { | ||
+ | width:47px; | ||
+ | height:272px; | ||
+ | position:absolute; | ||
+ | left:750px; | ||
+ | top:500px; | ||
+ | z-index:2; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | ||
+ | #but2 { | ||
+ | width:47px; | ||
+ | height:272px; | ||
+ | position:absolute; | ||
+ | left:800px; | ||
+ | top:500px; | ||
+ | z-index:2; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | ||
+ | #but3 { | ||
+ | width:60px; | ||
+ | height:60px; | ||
+ | position:absolute; | ||
+ | left:320px; | ||
+ | top:302px; | ||
+ | z-index:2; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | ||
+ | #but4 { | ||
+ | width:50px; | ||
+ | height:270px; | ||
+ | position:absolute; | ||
+ | left:700px; | ||
+ | top:500px; | ||
+ | z-index:2; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | ||
+ | </style> | ||
+ | <div id="maincon"> | ||
+ | <img id="mainpic" /> | ||
+ | <div id="but1"> | ||
+ | </div> | ||
+ | <div id="but2"> | ||
+ | </div> | ||
+ | <div id="but3"> | ||
+ | </div> | ||
+ | <div id="but4"> | ||
+ | </div> | ||
+ | </div> | ||
</html> | </html> | ||
+ | |||
+ | [[File:patternformation02.png]] | ||
+ | [[File:productselection02.png]] | ||
+ | [[File:structurefixation02.png]] |
Revision as of 16:25, 24 August 2011