Habe mich nach längerer Zeit an ein kleines Redesign meiner Page gewagt.
Leider wird der Header mit IR 6 und 7 nicht richtig angezeigt, horizontale Trennlinien. In allen anderen Browsern erfolgt die Anzeige korrekt
Muss ich da irgendwo einen Hack installieren, oder ist der Code allzu hooliganmässig?
Code: Select all
{SPACER:1000x15}
<!-- -->
<!-- Kopfzeile =========================================== -->
<!-- Bild und Logo HSB -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td hight="81px" width="250px">
<a href="http://ilearn4.ch/ilearn4/" target="_blank" style="padding: 0px 0px 0px 0px;">{IMAGE:head2009_ilearn4.jpg}</a>
</td>
<td hight="81px" width="750px">
<a href="index.php?home" target="_top" style="padding: 0px 0px 0px 0px;">{IMAGE:head2009_hsb.jpg}</a>
</td>
</tr>
<tr>
<th colspan="2">
<a href="index.php?home" target="_top" style="padding: 0px 0px 0px 0px;">
{RANDOM:picture/random_kopie1}</a>
</th>
</tr>
<!-- Hauptnavigation -->
<tr>
<th colspan="2" height="25px" background="picture/navi-hintergrund.jpg" align="left">
<div id="fvnav"; style="padding: 0px 0px 0px 10px"> {NAV_ROW:INT:0}</div>
</th>
</tr>
</table>
<!-- Seitentitel
<tr>
<td align="left" style="padding: 60px 0px 10px 0px;" >
{SHOW_CAT_IMAGE}
</td>
</tr>
</table> -->Martin