PDA

View Full Version : Category spacing


Daky
05-07-2007, 05:27 AM
Hi,
I have a problem with category spacing.
For some reason category spacing is ok with Firefox, but not with Internet explorer.

My website is : www.diskusije.net

Could any1 pls help me with this?

Thank you!


Firefox (OK)
http://www.diskusije.net/svastara/firefox.jpg

Internet Explorer (NOT GOOD)
http://www.diskusije.net/svastara/ie.jpg

Dismounted
05-07-2007, 05:59 AM
You will need to set a static width for the column headers.

Daky
05-07-2007, 06:22 AM
Is it possible .. for you to explain me how to do that if you dont mind.

Thanks

Dismounted
05-07-2007, 06:31 AM
forumhome_forumbit_level1_nopost

You'll see once you get into that template.

Daky
05-07-2007, 06:38 AM
:) i am no expert with this.
I am new with vbulletin, and i better not change anything myself.

Here is code from that template:


<tbody>
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>

dyna88
05-07-2007, 02:57 PM
You may want to refer to this thread...

http://www.vbulletin.com/forum/showthread.php?t=101612

Daky
05-07-2007, 04:44 PM
Hi,
thanks for info, i tried, but that really did not fix my problem.
(i might did something wrong, not sure, but .. :) )

:rolleyes: