Team:Hong Kong HKUST

From 2013.igem.org

(Difference between revisions)
Line 7: Line 7:
   {
   {
   $("#team1").mouseover(function(){
   $("#team1").mouseover(function(){
-
     $("#team1").animate({width:"125px"});
+
     $("#team1").animate({width:"120px"});
   });
   });
   $("#team2").mouseleave(function(){
   $("#team2").mouseleave(function(){
-
     $("#team1").animate({width:"250px"});
+
     $("#team1").animate({width:"240px"});
   });
   });
   $("#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:250px;">
+
<div id="team2" style="background:#9bc6ee;height:180px;width:240px;">
</div>
</div>
-
<div id="team1" style="background:#4498e9;height:180px;width:250px;">
+
<div id="team1" style="background:#4498e9;height:180px;width:240px;">
</div>
</div>
-
<div id="wetlab2" style="background:#FDFF5F;height:245px;width:250px;">
+
<div id="wetlab2" style="background:#FDFF5F;height:245px;width:240px;">
</div>
</div>
-
<div id="wetlab1" style="background:#FCFF27;height:245px;width:250px;">
+
<div id="wetlab1" style="background:#FCFF27;height:245px;width:240px;">
</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:260px;
+
left:250px;
top:321px;
top:321px;
}
}

Revision as of 07:54, 24 June 2013