Since you aren't using rounded corners, you don't need to use the three divs :P. You can use one and add a border and you will get the look you are after. Revert the templates, take out that css I gave you, and add something for the .tcat area in css:
For the background -
#hex url(images/tcat_bg.gif) top left repeat-x;
Then in the extra css portion, try -
border: 1px solid #hex; /* This is that red border you have */
You will also probably need to crop the border out of the main category tcat bg.
|