ich habe vor kurzem das PHPBB3-Forum installiert (PHPBB v3.0.1). Also die Version von hier. Jedoch habe ich das Problem das die Buttons im Firefox teilweise nicht angezeigt werden.
Gerade der "Neues Thema"-Button wird im IE richtig angezeigt, jedoch im FF nicht. Darauf hab ich mir den Quelltext etwas genauer angeschaut und dabei ist mir folgendes aufgefallen:
Firefox:
Code: Alles auswählen
<table cellspacing="1" width="100%">
<tbody><tr>
<td class="nav" nowrap="nowrap" valign="middle"> Seite <strong>1</strong> von <strong>1</strong><br></td>
<td class="gensmall" nowrap="nowrap"> [ 0 Themen ] </td>
<td class="gensmall" align="right" nowrap="nowrap" width="100%"></td>
</tr>
</tbody></table>
Code: Alles auswählen
<table width="100%" cellspacing="1">
<tr>
<td align="left" valign="middle"><a href="./posting.php?mode=post&f=4&sid=41c421e90eccbddd507f46a33b7a7794"><img src="./styles/subsilver2/imageset/de/button_topic_new.gif" width="115" height="27" alt="Ein neues Thema erstellen" title="Ein neues Thema erstellen" /></a></td>
<td class="nav" valign="middle" nowrap="nowrap"> Seite <strong>1</strong> von <strong>1</strong><br /></td>
<td class="gensmall" nowrap="nowrap"> [ 0 Themen ] </td>
<td class="gensmall" width="100%" align="right" nowrap="nowrap"></td>
</tr>
</table>
Ich hoffe ihr könnt mir weiterhelfen.
Grüße Spechter