Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 48: | Line 48: | ||
}); | }); | ||
$('#Home').mouseover(function(){ | $('#Home').mouseover(function(){ | ||
- | $('#Home').stop(true,false).animate({boxShadow:"10px 10px 10px # | + | $('#Home').stop(true,false).animate({boxShadow:"10px 10px 10px #AAAAAA", top:"-5px", left:"-5px"},100); |
}); | }); | ||
$('#Home').mouseleave(function(){ | $('#Home').mouseleave(function(){ | ||
Line 54: | Line 54: | ||
}); | }); | ||
$('#Project').mouseover(function(){ | $('#Project').mouseover(function(){ | ||
- | $('#Project').stop(true,false).animate({boxShadow:"10px 10px 10px # | + | $('#Project').stop(true,false).animate({boxShadow:"10px 10px 10px #AAAAAA", top:"-5px", left:"-5px"},100); |
}); | }); | ||
$('#Project').mouseleave(function(){ | $('#Project').mouseleave(function(){ | ||
Line 60: | Line 60: | ||
}); | }); | ||
$('#Team').mouseover(function(){ | $('#Team').mouseover(function(){ | ||
- | $('#Team').stop(true,false).animate({boxShadow:"10px 10px 10px # | + | $('#Team').stop(true,false).animate({boxShadow:"10px 10px 10px #AAAAAA", top:"-5px", left:"-5px"},100); |
}); | }); | ||
$('#Team').mouseleave(function(){ | $('#Team').mouseleave(function(){ | ||
Line 66: | Line 66: | ||
}); | }); | ||
$('#Parts').mouseover(function(){ | $('#Parts').mouseover(function(){ | ||
- | $('#Parts').stop(true,false).animate({boxShadow:"10px 10px 10px # | + | $('#Parts').stop(true,false).animate({boxShadow:"10px 10px 10px #AAAAAA", top:"-5px", left:"-5px"},100); |
}); | }); | ||
$('#Parts').mouseleave(function(){ | $('#Parts').mouseleave(function(){ | ||
Line 72: | Line 72: | ||
}); | }); | ||
$('#Extras').mouseover(function(){ | $('#Extras').mouseover(function(){ | ||
- | $('#Extras').stop(true,false).animate({boxShadow:"10px 10px 10px # | + | $('#Extras').stop(true,false).animate({boxShadow:"10px 10px 10px #AAAAAA", top:"-5px", left:"-5px"},100); |
}); | }); | ||
$('#Extras').mouseleave(function(){ | $('#Extras').mouseleave(function(){ |
Revision as of 17:36, 13 July 2012
Google Chrome is recommended for viewing this page.
OUR LOGO
First Paragraph
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
Second Paragraph
Third Paragraph