I am trying to modify the css in the Switch menu script on Dyanamic Drive so the submenu items which are hyperlinks are white. I am using a blue background and have the main menu items in white but the submenu items show up in blue. I have tried color: #FFFFFF and font-color: #FFFFFF. Is there a way to due this?
The style portion of the Java script in the head of the page looks like this:
<style type="text/css">
.menutitle{
cursorointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}
.submenu{
margin-bottom: 0.5em;
}
</style>
I am trying to do something with the sub menu font to make it white.
Here is the link to the script:
http://www.dynamicdrive.com/dynamici...switchmenu.htm



ointer;



Bookmarks