MyBB Community Forums

Full Version: Tabbed menu problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I have a small problem with the plugin called Tabbed Menu.

I have done what I want one it, but it still doesn't work correctly.

MalwareAssist is my forum.

And the problem is that then you click on a tab it works, but it leaves a huge gap and I can't find why.

Here are some screenshots of what I mean:

[Image: QLeT.png]


AND


[Image: 39yaj.png]




Any reason why?
Anyone?

Okay, I managed to find it down to this code.

<div class="tablewrap">
 <div id="tabmenu_{$forum['fid']}"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="6">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><em class="smalltext">{$forum['description']}</em></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
</tr>
{$sub_forums}
</tbody>
</table>
</div>
</br>

but how do I fix it?

Never mind this can be locked.
I fixed it. Big Grin
I have exactly same problem. Don't know how to fix. Huh