Team:WHU-China

From 2011.igem.org

(Difference between revisions)
Line 13: Line 13:
$(document).ready(function()
$(document).ready(function()
{
{
-
    
+
   $("#fast1").click(function(){
 +
  $("#fast1").animate({width:300},"slow");
 +
  $("#fast1").animate({width:100},"slow");
});
});
</script>
</script>
Line 19: Line 21:
<style type="text/css">  
<style type="text/css">  
 +
#fast1
 +
{
 +
height:auto;
 +
width:100px;
 +
background:#36C;
 +
text-align:center";
 +
position:absolute;
 +
top:400px;
 +
}
#menulist{
#menulist{
position:absolute;
position:absolute;
Line 138: Line 149:
</div>
</div>
   
   
 +
<div id="fast1">
 +
快捷入口1
 +
</div>
</div>
</div>
</body>
</body>

Revision as of 09:57, 11 September 2011

Count Down

days

hours

minutes

seconds

Visitor

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