Team:Virginia/Parts

From 2014.igem.org

(Difference between revisions)
Line 95: Line 95:
       <div style="clear: both;"></div>
       <div style="clear: both;"></div>
     </ul><br>
     </ul><br>
-
    <script>
 
-
$('#navbar > li').mouseover(function() {
 
-
            $(this).find('ul').slideDown();
 
-
        });
 
-
 
-
    $('#navbar > li > ul > li').mouseover(function(){
 
-
    $(this).css("background-color","#5F9C87");
 
-
    });
 
-
 
-
    $('#navbar li').hover(function(){
 
-
    $(this).css("background-color","#40CC9D");
 
-
    });
 
-
 
-
 
-
    $('#navbar > li > a').hover(function(){$(this).parent().css("background-color","#5F9C87");}, function(){$(this).parent().css("background-color","#40CC9D");});
 
-
 
-
    </script>
 
</body>
</body>
</body>
</body>
</html>
</html>

Revision as of 14:36, 28 July 2014