Template:Team:KIT-Kyoto/hidelogo

From 2014.igem.org

(Difference between revisions)
Line 9: Line 9:
$(function(){
$(function(){
if($("div").is('hidelogo')){
if($("div").is('hidelogo')){
-
$(".toplogo img").hover(
+
$(".toplogo").hover(
function(){
function(){
$(".toplogo img").stop().animate({'margin-top':'0px','margin-bottom':'0px'},1000,'linear');
$(".toplogo img").stop().animate({'margin-top':'0px','margin-bottom':'0px'},1000,'linear');

Revision as of 17:31, 20 September 2014