I'm trying to figure out a way to use CSS Sprites for my attribute thumbnail images.
To do that, I believe I'll need to:
1) create a CSS class for each attribute;
2) Somehow tag the <img src=""> code for each attribute thumbnail with an appropriately named class
<img class="attribute_name" src="...>
Can someone point me to which template file outputs the attribute thumbnails and what I might use for code to insert that class?
Thanks,
John


Reply With Quote
