Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$('#Home').mouseover(function(){ | $('#Home').mouseover(function(){ | ||
- | $('#Home').stop(true,false).animate({boxShadow:"10px 10px 10px # | + | $('#Home').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100); |
}); | }); | ||
$('#Home').mouseleave(function(){ | $('#Home').mouseleave(function(){ | ||
- | $('#Home').stop(true,false).animate({boxShadow:"0px 0px 0px # | + | $('#Home').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100); |
}); | }); | ||
$('#Project').mouseover(function(){ | $('#Project').mouseover(function(){ |
Revision as of 10:51, 2 August 2012
Click to See What's New!!!
Google Chrome is recommended
for viewing this page.
for viewing this page.
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
First Paragraph
Second Paragraph
Third Paragraph