1) Script Title: AnyLink Drop Down Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm
3) Describe problem: I am trying to modify the CSS of the #dropmenudiv a{ attribute. I would like to change the links' color from the default blue to orange so I added a color (#FF6633). This color change looks perfect in Safari and Firefox on a Mac but on a Windows machine only the default blue is shown.
I've changed other CSS attributes as well to customize the menu's look. I've pasted it here for your convenience:
#dropmenudiv{
position:absolute;
border:1px solid #CCCCCC;
border-bottom-width: 0;
font:normal 12px Georgia;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FF6633
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #CCCCCC;
}
Here is the site I am having this problem with: http://www.heshimakenya.org/
Your help is much appreciated,
Rebecca



Reply With Quote



Bookmarks