2
votes
1answer
71 views

What's the meaning of saying CSS sprites are “for graphics that are just single blocks”?

I was reading this to understand sprites http://css-tricks.com/css-sprites/ The author says "Sprites are for graphics that are just single blocks. " What does this mean? One thing I have read is to ...
1
vote
2answers
345 views

Creating Rolodex-Style Flipping Numbers Sprite in Photoshop?

So Apple recently had a countdown to their 1 billionth app download and it used a rolodex flipping type of effect. This actually turned out to be running on a sprite image which is composed of ...
0
votes
0answers
153 views

A list of the most commonly used web site images [closed]

I am planning to use CSS sprites for a social-network web site. In order to produce an unique but mostly a "pre-organized" image that contains all small images used in that website, I would like to ...
10
votes
2answers
2k views

Creating CSS sprites from Photoshop

I have a PSD with a web design. Every time I tweak the design, I need to manually copy different portions of the image, with different layer visibilities (for transparency) into CSS sprites. How ...