Thread: padding
View Single Post
  #14  
Old 10-10-2007, 07:08 AM
 
balinor balinor is offline
 

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

Default Re: padding

Ok, in that case you need to create a new class for that table cell. remove the image all together and add this to the <td> tag:

<td class="menu-header">

Then, in skin.css, add this:

.menu-header {background: url(images/catBar.jpg); background-repeat: no-repeat;}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote