MyBB Community Forums

Full Version: problem with onlinemembers in Firefox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know Firefox is a strange language and normaly I can solve the problem by myself but now I cannot.

I add the onlinemember list in the sidebox in Internet Exploder the list with names wil be showed as long as the tablewide is, the next names will folow on the next line.
In Firefox this gives problems: all names are showed on one line

<table border="0" cellspacing="1" cellpadding="4" class="tborder" width="160">
<tr>
<td class="thead" width="160"><strong>My Additional box</strong></td>
</tr>
<tr>
<td class="trow1" valign="top" width="160"><font face="Arial" style="font-size: 11px">
{$onlinemembers}</font></td>
</tr>
</table>

If there 20 members online all names will showed on 1 line (however I said the table is 160 pixels).
This means the lay-out of the forum in firefox is wrong.
could try going to index page templates >> index_whosonline_memberbit

try adding a div with width etc there ... maybe even try adding css of
white-space:nowrap;
Can I add that code somewhere in the code that I add above????