[ic] modifying category_vertical component table background color

Jerry Brady interchange-users@icdevgroup.org
Thu Oct 10 11:04:00 2002


Dave Turk wrote:

>I have been trying to modify the background color of the 
>category_vertical component table, see snipet below.
>
> <tr bgcolor="#6B6B6B">
>    <td valign="top" class="categorybar">
>     <b> [box-exec bar_link]area[/box-exec]</b>
>    </td>
>  </tr>
>  <tr>
>
>My changes are being overridden, how can I stop this
>from happening. Please note that I am trying to have a different 
>color shade in the category_vertical component table then the 
>one that is set in the theme.cfg by CATEGORYBAR_BG

It's simple the class directive in <TD> is overriding the background
color you specified in <TR>.  

Regards,
Jerry