Reputation: 20007
Is there a way to use sprites without using the
background: url();
property?
For example, is there a way to use sprites with
<img>
tags instead?
The reason I ask is because I am trying to use CSS sprites in a fluid grid system and I need to be able to control the max-width of the image.
Upvotes: 1
Views: 424
Reputation: 2014
So you're wondering if you can crop an image various times in different spots? Yes it is possible. Here are a few posts explaining these techniques:
http://tjkdesign.com/articles/how-to_use_sprites_with_my_Image_Replacement_technique.asp http://www.artzstudio.com/2010/04/img-sprites-high-contrast/
Upvotes: 4