Sowdy Posted August 10, 2005 Posted August 10, 2005 Hey everyone, Thought someone out there would be able to help me. I used the 'add bullet images contribution, good stuff. My question is, how would I get the image to display as a background image and not above the catagories link? You can see what i mean here: www.nobull.com.au/shop Any help would be much appreciated, Cheers, Dave. Begin Code;;;;;;;;;;;;; // BOF: Add Bullet Images v1.0 if (tep_has_category_subcategories($counter)) { if ( ($id) && (in_array($counter, $id)) ) { $categories_string .= '<img src="images/cat_arrow_down.gif" align="absmiddle"> '; } else { $categories_string .= '<img src="images/cat_arrow_right.gif" align="absmiddle"> '; } } else { $categories_string .= '<img src="images/cat_arrow_other.gif" align="absmiddle"> '; } // EOF: Add Bullet Images v1.0 END CODE ;;;;;;;;;;;;;;;;;
Recommended Posts
Archived
This topic is now archived and is closed to further replies.