I want to know when not to use CSS sprites. CSS sprites works great, but are there any occasions when they create a lot of headaches?
CSS sprites works bad for where the user can enter more than fits in the box, as the background then scrolls in some versions of IE.
They also works bad if you want to repeat the pattern.