Rollover Buttons


Author Message
Chris

Posted: 11/11/2010
Quote message 

When using a hover button in Internet Explorer.

The button often defaults to black text even if it has been set to white, if you hover over the button then move off it corrects it.

I'm having to resort to using black text on every button to stop this error.


 
TheRune

Posted: 11/12/2010
Quote message 

If your default text-color on the page is white, you could add a line in the stylesheet with the simple:
a, a:hover, a:visited {
color:#fff;
}

IE sometimes has a tendency to override specific styles with the default for all links, so maybe this could help :-) Let me know if it works.
 
Matt

Posted: 11/14/2010
Quote message 

I'm having the same issue here. I don't really want to change the stylesheet though, has anyone found a solution?