Team:Glasgow/test
From 2011.igem.org
(Difference between revisions)
Chris Wood (Talk | contribs) |
Chris Wood (Talk | contribs) |
||
Line 23: | Line 23: | ||
function(){ | function(){ | ||
$('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/0/0b/Patternformation02.png'); | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/0/0b/Patternformation02.png'); | ||
+ | }); | ||
+ | $("#but5").hover(function() { | ||
+ | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/9/9b/Patternformingdevice.png'); | ||
+ | }, | ||
+ | function(){ | ||
+ | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/e/eb/Structurefixation02.png'); | ||
}); | }); | ||
Line 58: | Line 64: | ||
background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | ||
#but4 { | #but4 { | ||
- | width: | + | width:150px; |
- | height: | + | height:100px; |
position:absolute; | position:absolute; | ||
- | left: | + | left:50px; |
- | top: | + | top:90px; |
+ | z-index:2; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | ||
+ | #but5 { | ||
+ | width:150px; | ||
+ | height:100px; | ||
+ | position:absolute; | ||
+ | left:50px; | ||
+ | top:286px; | ||
z-index:2; | z-index:2; | ||
background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} |
Revision as of 09:15, 26 August 2011