Difference between revisions of "Team:CCU Taiwan/Team"

Line 31: Line 31:
 
$("#sub_notebook").stop(true,false,true).slideToggle(300).css("opacity","0.8");
 
$("#sub_notebook").stop(true,false,true).slideToggle(300).css("opacity","0.8");
 
});
 
});
 +
 +
$("#home_button").hover(function(){
 +
    $(this).animate({background:'black'},100, 'linear')
 +
},function(){
 +
    $(this).animate({background:'#CCDDFF'},100, 'linear')
 +
  });
 +
 
/*$("#home1").hover(function(){
 
/*$("#home1").hover(function(){
 
$("#img1").css('display', 'block');
 
$("#img1").css('display', 'block');

Revision as of 03:09, 9 August 2018