Team:Tsinghua/header

From 2011.igem.org

(Difference between revisions)
Line 37: Line 37:
$('li[id*="nav-"]').hover(function(){
$('li[id*="nav-"]').hover(function(){
var dpad = 0;
var dpad = 0;
-
dpad = 23-Math.round($(this).attr("offsetWidth")/10);
+
dpad = 23-Math.round($(this).attr("scrollWidth")/10);
dpad += "px";
dpad += "px";
$(this).animate({"fontSize": "22px", "paddingTop": "4px", "paddingLeft": dpad, "paddingRight": dpad}, 400, function(){
$(this).animate({"fontSize": "22px", "paddingTop": "4px", "paddingLeft": dpad, "paddingRight": dpad}, 400, function(){

Revision as of 14:43, 17 August 2011