The front page of Digg have an article today about Using Sprites with CSS pointing to an article on Informit, What are CSS Sprites?
Have a look at the original article [by Dave Shea] published on A List Apart, CSS Sprites: Image Slicing’s Kiss of Death.
Well, the problem is that this technique suffer from the IE/Win Flicker which happens when background images are hovered. A better rollover technique is explained at SimpleBits - Flicker-Free PGA.com.
Brajeshwar posted this article
on Fri, Mar 10th, 2006 at 10:37 am
Categorized under Technology






Comments Post Yours
There are one response so far. You can follow any responses to this entry through the RSS feed. You can skip to the end and leave a response. Pinging is currently not allowed.
I thought the issue involved the fact that IE doesn’t cache CSS images. So everytime you roll over the image and use css to change it, it’s not cached and has to load it all over again. You can change this on the server by telling IIS to send headers to make IE cache it regardless. This behaviour is changed in IE 7.
Post yours