Log in

View Full Version : Removing Bottom Border Of Table & Resizing


Mister Kravitz
07-22-2008, 05:37 PM
I'd like to remove the bottom border of a table (or cell), but keep the top, left and right. Is this possible? And if so, how would I do it for this particular table (see example in attachment).

Also, I'd like to resize the exact same (green) area to make it shorter. Where would I do that?

Thanks in advance!

RLShare
07-22-2008, 05:50 PM
that should be category strips css attribute and you can adjust it with CSS. If its a custom skin though it might not be the category strips CSS class (.tcat). Either way its just a matter of editing the CSS values for both of your questions.

for height(replace 30 with desired height):
height:30px;
for bottom border removal
border-bottom:0px;