Ok for some reason when I change the color of the hover color the menu no longer shows a hover color. If I leave it black (as shown below in the default code) it hovers black. Change it to any other color and I get nothing. Any ideas?
Script URL: http://www.dynamicdrive.com/dynamici...anylinkcss.htmCode:.anylinkcss a:hover{ /*hover background color*/
background-color: black; <--- Change this and you get no hover color.
color: white;
}
}
