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 #AAAAAA", top:"-5px", left:"-5px"},100);
+
     $('#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 #FFBB55", top:"0px", left:"0px"},100);
+
     $('#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

Team:HKUST-Hong Kong - 2012.igem.org

*NEW! click here to view our project description!

  • 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