I added a hoverboard on my site that flips over to reveal more text. It only works with Chrome. In Firefox, it makes the entire box turn gray on hover. How do I have it work in Chrome and do nothing in Firefox?
The place I took it from is:
http://cssdeck.com/item/122/hoverboard-3d
My site is:
(removed) – hover over “Sort Products By Availability” to see what I’m referring to.
Thanks!!
Use a Firefox specific prefix and overwrite the :hover classes with the regular classes. Like this:
}
Remember to place this at the bottom of your css, so it overwrites the previous rules by cascading. Working example here.