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:"110px"}); |
}); | }); | ||
$("#team2").mouseleave(function(){ | $("#team2").mouseleave(function(){ | ||
Line 24: | Line 24: | ||
<div id ="blank" style="height:420px;background:#F8F5B3"> | <div id ="blank" style="height:420px;background:#F8F5B3"> | ||
- | <div id="team2" style="background:#9bc6ee;height:180px;width: | + | <div id="team2" style="background:#9bc6ee;height:180px;width:220px;"> |
</div> | </div> | ||
- | <div id="team1" style="background:#4498e9;height:180px;width: | + | <div id="team1" style="background:#4498e9;height:180px;width:220px;"> |
</div> | </div> | ||
- | <div id="wetlab2" style="background:#FDFF5F;height:245px;width: | + | <div id="wetlab2" style="background:#FDFF5F;height:245px;width:220px;"> |
</div> | </div> | ||
- | <div id="wetlab1" style="background:#FCFF27;height:245px;width: | + | <div id="wetlab1" style="background:#FCFF27;height:245px;width:220px;"> |
</div> | </div> | ||
- | <div id="achieve" style="background:#C42C87;height: | + | <div id="achieve" style="background:#C42C87;height:155px;width:190px;"> |
</div> | </div> | ||
</div> | </div> | ||
Line 69: | Line 69: | ||
position:absolute; | position:absolute; | ||
left:240px; | left:240px; | ||
- | top: | + | top:331px; |
} | } | ||
</style> | </style> |
Revision as of 08:02, 24 June 2013