Team:Tsinghua/header

From 2011.igem.org

(Difference between revisions)
Line 50: Line 50:
     $(this).animate({"fontSize": "18px", "paddingTop": "5px", "paddingLeft": "25px", "paddingRight": "24px"}, 200)});
     $(this).animate({"fontSize": "18px", "paddingTop": "5px", "paddingLeft": "25px", "paddingRight": "24px"}, 200)});
}, function(){});
}, function(){});
-
$("a").hover(function(){
+
 
-
    try{
+
-
        $(this).find('div.div-tip').css("display", "block");
+
-
    }catch(e){}
+
-
}, function(){
+
-
    try{
+
-
        $(this).find('div.div-tip').css("display", "none");
+
-
    }catch(e){}
+
-
});
+
</script>
</script>
<img id="wprint" src="https://static.igem.org/mediawiki/2011/e/eb/Sh3.png" />
<img id="wprint" src="https://static.igem.org/mediawiki/2011/e/eb/Sh3.png" />
</html>
</html>

Revision as of 15:45, 16 September 2011