Team:Hong Kong HKUST
From 2013.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
{ | { | ||
$("#team1").mouseover(function(){ | $("#team1").mouseover(function(){ | ||
- | $("#team1").animate({width:" | + | $("#team1").animate({width:"115px"}); |
}); | }); | ||
$("#team2").mouseleave(function(){ | $("#team2").mouseleave(function(){ | ||
- | $("#team1").animate({width:" | + | $("#team1").animate({width:"230px"}); |
}); | }); | ||
$("#wetlab1").mouseover(function(){ | $("#wetlab1").mouseover(function(){ | ||
Line 24: | Line 24: | ||
<div id ="blank" style="height:420px;"> | <div id ="blank" style="height:420px;"> | ||
- | <div id="team2" style="background:#9bc6ee;height:180px;width: | + | <div id="team2" style="background:#9bc6ee;height:180px;width:230px;"> |
</div> | </div> | ||
- | <div id="team1" style="background:#4498e9;height:180px;width: | + | <div id="team1" style="background:#4498e9;height:180px;width:230px;"> |
</div> | </div> | ||
- | <div id="wetlab2" style="background:#FDFF5F;height:245px;width: | + | <div id="wetlab2" style="background:#FDFF5F;height:245px;width:230px;"> |
</div> | </div> | ||
- | <div id="wetlab1" style="background:#FCFF27;height:245px;width: | + | <div id="wetlab1" style="background:#FCFF27;height:245px;width:230px;"> |
</div> | </div> | ||
<div id="achieve" style="background:#C42C87;height:165px;width:190px;"> | <div id="achieve" style="background:#C42C87;height:165px;width:190px;"> | ||
Line 68: | Line 68: | ||
{ | { | ||
position:absolute; | position:absolute; | ||
- | left: | + | left:240px; |
top:321px; | top:321px; | ||
} | } |
Revision as of 07:56, 24 June 2013