Zen Follower
- Join Date:
- Dec 2010
- Posts:
- 362
- Plugin Contributions:
- 0
Adding a class to an attribute image based on the attribute name?
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:
- create a CSS class for each attribute;
- 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