Tagged Questions
1
vote
1answer
164 views
CSS Sprites: Are they worth the trouble?
I can't help but wonder whether CSS sprites are very much over-used.
First of all, if I stick all my images in a single file it makes an aweful lot of empty space. I know, that shouldn't make an ...
1
vote
4answers
1k views
Alt text vs CSS sprites (SEO vs speed)
I'm reworking our site to reduce HTTP requests and blocking requests by concatenating JS, css, gzipping, loading all JS via LABjs and using CSS sprites for images that were loaded individually via ...
0
votes
1answer
133 views
Create sprites automatically
I get the folder with the following structure from my designer*:
file.css
images/
Is there any tool which can automatically create sprite from images folder and replace all images ...
2
votes
1answer
218 views
Automated image/css sprite generation from website DOM
I know there are plenty of online tools which let's you upload your images there and it generates the appropriate CSS/sprite(s) to be used with them on your page.
Is there any such website/tool ...
1
vote
4answers
2k views
Good free CSS Sprite for icons
I am working on a small project where I need some of the basic icons: edit, favorite, delete. You know them.
Now i can download them all seperate, and put them together in a sprite, but I was ...