Template:UIUC09Temp

From 2009.igem.org

(Difference between revisions)
Line 51: Line 51:
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
-
background: black;  
+
background: #003C7D;  
color: white;
color: white;
}
}
.ddsmoothmenu ul li a:hover{
.ddsmoothmenu ul li a:hover{
-
background: black; /*background of menu items during onmouseover (hover state)*/
+
background: #003C7D; /*background of menu items during onmouseover (hover state)*/
color: white;
color: white;
}
}
Line 124: Line 124:
</style>
</style>
<script type="text/javascript">
<script type="text/javascript">
 +
<!--
//** Smooth Navigational Menu- By Dynamic Drive DHTML code library: http://www.dynamicdrive.com
//** Smooth Navigational Menu- By Dynamic Drive DHTML code library: http://www.dynamicdrive.com
//** Script Download/ instructions page: http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/
//** Script Download/ instructions page: http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/
Line 254: Line 255:
//Initialize Menu instance(s):
//Initialize Menu instance(s):
-
 
+
-->
</script>
</script>
</html>
</html>

Revision as of 16:16, 8 June 2009