View Single Post
  #4  
Old 01-29-2008, 04:12 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Adding button background picture on the Categories

Thanks Derek. What you want to do is set a class for each row. The code above isn't that code, you are looking for something like this:

<font class="CategoriesList"><a href="home.php?cat={$c.categoryid}" class="VertMenuItems">{$c.category}</a></font><br />

Change the font tag to a div tag, and then you can define a background image for the CategoriesList class using this:

background: url(images/imagename.jpg);

Make sense?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote