It's more a question than a bug, but how can I make images appear in subcategories?
I've changed the sub-categories template to this:
| Code: |
<li class="block"><span class="img"></span><a href="{category_link}" title="{category_title}" class="subCatFeat">{category_title}</a></li>
|
with the following CSS:
| Code: |
span.img {width: 74px; height: 74px; float: left; margin: 3px; background: #FFF url(http://www.my.domain.com/templates/oddend/images/ad_magnifier.gif) no-repeat 0 0;}
|
With this the image don't show. When I put the image in the template itself the next css is past within the tag:
| Code: |
style="display:none;"
|
How do I prevent the "display:none" to show up?