Hazzaa wrote:
[quote]
Clint Eastwood wrote:
hi
how to make category tab look like on this web
example:
make this
img147.imageshack.us/img147/4541/cate2xj1.jpg
to look like this:
img247.imageshack.us/img247/7808/cate1hf0.jpg
thanks
OK I figured this one out. (even though MR. Clint Eastwood AKA Dirty Harry

) didn't want to reply
In your forum.css on line 457 (the line number may be different in some cases so look for [code:1]#fireboard #fb_list_navlist[/code:1])
Look for
[code:1]#fireboard #fb_list_navlist {padding: 8px 0 8px 10px; margin:0px;border-bottom: 1px solid #d1d1d1;font: bold 12px Verdana, sans-serif;}[/code:1]
The padding is what sets the gap. Try changing this to a lesser number. On my site as well as this one, the padding is set as listed above. For anyone NOT familiar with this code,
Padding works top-px, left-px, bottom-px, right-px.
You will need to change the right which in this case is set to 10, yours may be set higher.[/quote]
someone suggested before to download the forum.css of this site which i did, hoping that i get the same type of display in the categories tab like in BOJ, unfortunately it did not work for my site.