CSS sprites vs data URIs

Viewed 4480

I've heard a lot about the importance of using sprites in order to get your request count down. But my thinking is that rather than use sprites, you can use URIs to accomplish the same thing, and much easier (no sprite creation needed).

Is it better to use sprites or uris?

2 Answers
Related