Hallo!
Suche in der overall_header.tpl
Code: Alles auswählen
<tr>
<td valign="bottom"><a href="{U_INDEX}"><img src="templates/subSilver/images/forum_header_linksoben.jpg" cellspacing="0" cellpadding="0" border="0" vspace="0" alt="{L_INDEX}" height="148" width="237" /></a>
</td>
<td valign="bottom" width="100%"><a title="ÖKO-HANS Naturkost" href="http://www.oekohans.de"><img src="templates/subSilver/images/forum_header_mitteoben.jpg" cellspacing="0" cellpadding="0" border="0" vspace="0" alt="Link zu ÖKO-HANS Naturkost" height="148" width="626" /></a>
</td>
<td valign="bottom"><a href="http://www.bieringers.de/phpBB2/portal.php"><img src="templates/subSilver/images/forum_header_rechtsoben.jpg" cellspacing="0" cellpadding="0" border="0" vspace="0" alt="Link zum Portal" height="148" width="237" /></a>
</td>
</tr>
ersetze mit
Code: Alles auswählen
<tr>
<td valign="bottom"><a href="{U_INDEX}"><img src="templates/subSilver/images/forum_header_linksoben.jpg" cellspacing="0" cellpadding="0" border="0" vspace="0" alt="{L_INDEX}" height="148" width="237" /></a></td>
<td valign="bottom" width="100%"><a title="ÖKO-HANS Naturkost" href="http://www.oekohans.de"><img src="templates/subSilver/images/forum_header_mitteoben.jpg" cellspacing="0" cellpadding="0" border="0" vspace="0" alt="Link zu ÖKO-HANS Naturkost" height="148" width="626" /></a></td>
<td valign="bottom"><a href="http://www.bieringers.de/phpBB2/portal.php"><img src="templates/subSilver/images/forum_header_rechtsoben.jpg" cellspacing="0" cellpadding="0" border="0" vspace="0" alt="Link zum Portal" height="148" width="237" /></a></td>
</tr>
Die schließenden </td> müssen eine Zeile höher, dann klappt's auch im IE (Firefox stellte natürlich alles richtig dar, sodaß ich erstmal grübeln mußte, was du meinst).
Viele Grüße,
Bálint