Team:WHU-China

From 2011.igem.org

(Difference between revisions)
Line 17: Line 17:
   $("#fast1").animate({width:100},"slow");
   $("#fast1").animate({width:100},"slow");
})
})
 +
$("#fast2").click(function(){
 +
  $("#fast2").animate({width:300},"slow");
 +
  $("#fast2").animate({width:100},"slow");
});
});
</script>
</script>
Line 27: Line 30:
width:100px;
width:100px;
background:#36C;
background:#36C;
-
text-align:center";
+
text-align:center;
 +
position:absolute;
 +
top:400px;
 +
}
 +
#fast2
 +
{
 +
float:right;
 +
height:auto;
 +
width:100px;
 +
background:#36C;
 +
text-align:center;
position:absolute;
position:absolute;
top:400px;  
top:400px;  
Line 152: Line 165:
<div id="fast1">
<div id="fast1">
快捷入口1
快捷入口1
 +
</div>
 +
<div id="fast2">
 +
快捷入口2
</div>  
</div>  
</div>
</div>

Revision as of 12:24, 11 September 2011

Count Down

days

hours

minutes

seconds

Visitor

Retrieved from "http://2011.igem.org/Team:WHU-China"