I have a button that has an arrow on it that's suppose to glow on a rollover. The part in question is really in the CSS on the ".button:hover .rightSide" section. So far this works in Chrome, Opera, Safari, but not FF. Would FF for some reason not support this?
Thanks for the reply guys. Interesting note, my HTML/CSS works fine. I just didn't have a doctype in there. Once I put in the doctype, everything worked! I think w/o the doctype, the browser interprets my code as being built for an older browser; one that doesn't support hover.
Bookmarks