Template:Team:SCUT/Home/mainhead
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <head> <script src="jQuery.js"></script> <style type="text/css"> - →hiding the top section: body{position:absolute; top:0px; width:100%; height:658px;font-family:微软...") |
|||
Line 250: | Line 250: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".ho_home").mouseenter(function(){ | $(".ho_home").mouseenter(function(){ | ||
+ | $(".team").fadeOut(); | ||
+ | $(".model").fadeOut(); | ||
+ | $(".project").fadeOut(); | ||
+ | $(".dp").fadeOut(); | ||
+ | $(".hp").fadeOut(); | ||
+ | }); | ||
+ | $(".background").mouseenter(function(){ | ||
$(".team").fadeOut(); | $(".team").fadeOut(); | ||
$(".model").fadeOut(); | $(".model").fadeOut(); |
Revision as of 04:57, 15 October 2014