Bei meiner Seite lädt es die Buttons mit ie 5 nicht richtig, ich bin mir allerdings nicht sicher ob es am IE 5 oder am miesen Netzwerk des Testcomputers liegt...
Problem: obwohl die Seite richtig geladen wird (html stimmt) wird sie erst richtig angezeigt wenn die buttons kurz überdeckt waren.
falls jemand IE 5 hat, kann er das ja mal testen? http://www.hms-schadau.ch.vu
eventuell benötigt es 3 - 4 refreshs, es wird nicht ganz jedesmal falsch angezeigt.
hier noch das html script:
<!-- BEGIN subnav -->
<tr>
<td height="25" background="{background}"><div align="left">
<table width="140" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="21"> </td>
<td width="113" onclick="window.location.href='?id={subtitle}'" onmouseover="this.style.backgroundColor='#EEEEEE'; this.style.cursor='hand';" onmouseout="this.style.backgroundColor='';">
<div align="center"><a href="?id={subtitle}"><font size="2">{subtitle}</font></a></div>
</td>
<td width="6"> </td>
</tr>
</table>
</div></td>
</tr>
<!-- END subnav -->
und hier noch das PHP, welches {background} austauscht:
if ($for->name == $page)
{
$tplSubnav->assign('background', 'nav2alt.gif');
}
else
{
$tplSubnav->assign('background', 'nav2.gif');
}
Ich bin absolut ratlos... HELP PLEASE!!!