IE

IE CSS :hover needs link reference

Wednesday, April 15th, 2009

I noticed another silly IE CSS quirk when styling links.
In this particular case I was using a CSS Sprite and on mouseover the Sprite-image should slide up to show the hover state to the next link in a jquery coda slider type display.
The Sprite’s CSS attribute :hover worked fine in FireFox, but [...]