Team:NYMU-Taipei/Links

From 2010.igem.org

(Difference between revisions)
(New page: <html> <style> #nav .left, #nav .right, #nav .both{ border-color: gray; border-style:solid; } #nav .left{ border-width:0px 0px 0px 1px; } #nav .right{ border-width:0px 1px 0px 0px; } #nav ...)
Line 56: Line 56:
   $("#nav td").mouseover(function(){
   $("#nav td").mouseover(function(){
       $(this).stop();  
       $(this).stop();  
-
       $(this).animate({fontSize:"400%"},500);
+
       //$(this).animate({fontSize:"400%"},500);
        
        
       //animate a submenu if one exists.
       //animate a submenu if one exists.

Revision as of 11:11, 27 October 2010