Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I see that w3 total cache can't offer CSS sprite generation. Is there another plugin that can complement this feature?

Thanks.

update: I didn't mean that w3 total cache doesn't allow CSS sprites to be used, but that it doesn't generate them automatically as a way to improve sites performance. My question is what plugins DO offer that capability.

share|improve this question
Check out CSprite, although it is not up to date so the plugin needs some more work.. – user8888 Sep 23 '11 at 8:24

3 Answers

up vote 1 down vote accepted

Are you asking about how to create css sprites?

Try http://spritegen.website-performance.org/ if the manual way seems too time-consuming.

But yeah, not really a WordPress question.

share|improve this answer

I'm not sure how this can be true. A CSS sprite sheet is just a normal image which is then manipulated with CSS. If you can serve both images and CSS with the W3 Total Cache plugin, you can also serve CSS sprites.

Here's some more information about using CSS sprite sheets: http://www.alistapart.com/articles/sprites

share|improve this answer
I'm using sprites with W3 at fraservalleywhitewater.com and granadatheater.com – curtismchale Mar 25 '11 at 19:59

http://spriteme.org/ this site and its script creates sprite from your site. You can use it before you publish your site.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.