Hallo,
Ich habe folgenden Code erstellt (siehe unten). Wenn ich die Page
mit IE5 ansehe gibt es kein Problem, wenn ich sie jedoch mit dem
NN 4.7 aufrufe befindet sich eine ca. 10px große Lücke zwischen
den beiden Tabellen....
Warum?
<HTML>
<body rightmargin="0" leftmargin="0" background="back.gif" topmargin=0 marginheight=0 marginwidth=0 alink=white vlink=white link=white>
<div align=top>
<table height=70 border=0 cellpadding=0 cellspacing=0 width=100%>
<tbody>
<tr>
<td bgcolor=#366FA7 width=100% height=70 align=left valign=top>
<img src=".....gif" border=0>
</td>
</tr>
</tbody>
</table>
</div>
<div style="position:absolute; top:70px; left:0%;quot;">
<table border=0 height=25 cellpadding=0 cellspacing=0 width=100%>
<tbody>
<tr>
<td bgcolor=#000000 height=25 width=100% align=right>
<a href="http://www.....com" style="text-decoration:none">
<font face=verdana size=1 color=white><b>....<span style="color:#DAB203">...</span>....<span style="color:#DAB203">...</span>.com</b>
</a>
</td>
</tr>
</tbody>
</table>
</div>
</html>
Herzlichen Dank,
Bernhard