Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
}); | }); | ||
$('#Project').mouseover(function(){ | $('#Project').mouseover(function(){ | ||
- | $('#Project').stop(true,false).animate({boxShadow:"10px 10px 10px # | + | $('#Project').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100); |
}); | }); | ||
$('#Project').mouseleave(function(){ | $('#Project').mouseleave(function(){ | ||
- | $('#Project').stop(true,false).animate({boxShadow:"0px 0px 0px # | + | $('#Project').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100); |
}); | }); | ||
$('#Team').mouseover(function(){ | $('#Team').mouseover(function(){ | ||
- | $('#Team').stop(true,false).animate({boxShadow:"10px 10px 10px # | + | $('#Team').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100); |
}); | }); | ||
$('#Team').mouseleave(function(){ | $('#Team').mouseleave(function(){ | ||
- | $('#Team').stop(true,false).animate({boxShadow:"0px 0px 0px # | + | $('#Team').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100); |
}); | }); | ||
$('#Parts').mouseover(function(){ | $('#Parts').mouseover(function(){ | ||
- | $('#Parts').stop(true,false).animate({boxShadow:"10px 10px 10px # | + | $('#Parts').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100); |
}); | }); | ||
$('#Parts').mouseleave(function(){ | $('#Parts').mouseleave(function(){ | ||
- | $('#Parts').stop(true,false).animate({boxShadow:"0px 0px 0px # | + | $('#Parts').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100); |
}); | }); | ||
$('#Extras').mouseover(function(){ | $('#Extras').mouseover(function(){ | ||
- | $('#Extras').stop(true,false).animate({boxShadow:"10px 10px 10px # | + | $('#Extras').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100); |
}); | }); | ||
$('#Extras').mouseleave(function(){ | $('#Extras').mouseleave(function(){ | ||
- | $('#Extras').stop(true,false).animate({boxShadow:"0px 0px 0px # | + | $('#Extras').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100); |
}); | }); | ||
$('#Home').click(function(){ | $('#Home').click(function(){ |
Revision as of 10:52, 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