Template:Team:KIT-Kyoto/hp
From 2014.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
var hpnum = $(".hp_img_link a").index(this); | var hpnum = $(".hp_img_link a").index(this); | ||
$(".hp_img").eq(hpnum).stop().animate({"width":"60px","height":"60px","margin-left":"-2px","margin-top":"-10px"},100,'linear').css({"border-radius":"60px","-webkit-border-radius":"60px","-moz-border-radius":"60px"}); | $(".hp_img").eq(hpnum).stop().animate({"width":"60px","height":"60px","margin-left":"-2px","margin-top":"-10px"},100,'linear').css({"border-radius":"60px","-webkit-border-radius":"60px","-moz-border-radius":"60px"}); | ||
+ | }); | ||
}); | }); | ||
Line 25: | Line 26: | ||
$(window).resize(checkpbw); | $(window).resize(checkpbw); | ||
}); | }); | ||
+ | |||
var picbox = $("#picbox").width(); | var picbox = $("#picbox").width(); | ||
var picw = 809; | var picw = 809; | ||
Line 84: | Line 86: | ||
}, 6000); | }, 6000); | ||
- | |||
</script> | </script> | ||
Revision as of 19:39, 26 September 2014