It works fine for me even when I change the color, hex, or rgb. They all work. Although there is a problem with the script in the css. The problem is that ddadmin added two curly brackets, instead of one. It may be a problem with your browser, although It did work in mine, FF 3, IE 7, Safari. All of them. So find this in your code:
Code:
.anylinkcss a:hover{ /*hover background color*/
background-color: black; <--- Change this and you get no hover color.
color: white;
}
And change it to this:
Code:
.anylinkcss a:hover{ /*hover background color*/
background-color: black; <--- Change this and you get no hover color.
color: white;
}
I hope this helps,
Nile
Bookmarks