Team:TU Delft/menu2

From 2010.igem.org

(Difference between revisions)
Line 183: Line 183:
.button_hover { background-color: #aaa; }
.button_hover { background-color: #aaa; }
</style>
</style>
-
 
-
<script type="text/javascript">
 
-
$(function () {
 
-
$(‘.dropdown’).each(function () {
 
-
$(this).parent().eq(0).hover(function () {
 
-
$(‘.dropdown:eq(0)’, this).show();
 
-
}, function () {
 
-
$(‘.dropdown:eq(0)’, this).hide();
 
-
});
 
-
});
 
-
});
 
-
 
-
</script>
 
-
 
</html>
</html>

Revision as of 15:02, 17 June 2010