Hallo, ich habe ein Problem mit der Tabellelänge bei dem IE .
Ich möchte einer Tabelle ein Bild als Hintergrund geben und diese soll über 100% der Seite gehen .. Nur ich habe im IE 5.50 nicht das gewünschte Ergebnis.
Hier die Ausgabe im IE 5.50 ...
http://www.ralf.robesin.de/Underworld/out_1.gif
Hier die Ausgabe im IE 6.0.28 ... (wie es in allen IE's aussehen soll)
http://www.ralf.robesin.de/Underworld/out_2.gif
Danke im Vorraus. Der Fehler ist zu sehen am oberen der grünen querbalken, er ist nicht über die komplette Seitenlänge.
Hier für alle Interessierten der Code: (bitte das Copyright beachten)
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>/¯¯/¯¯Underworld¯¯/¯¯/</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body leftmargin="0" rightmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<style type="text/css">
body { background-attachment: fixed; background-image: url(../images/nav_bg.gif); background-repeat: repeat-x; background-position: 0px 523px; }
</style>
<table width="100%" leftmargin="0" rightmargin="0" topmargin="0" marginwidth="0" marginheight="0" height=111 border=0 valign=top cellpadding=0 cellspacing=0>
<tr>
<td valign=top width="100%" height="60">
</td>
</tr>
<tr>
<td valign=top background="../images/nav_bg.gif" width="100%" height="20">
<center>
<img src="../images/logo_small.gif" width="85" height=18>
</center>
</td>
</tr>
</table>
<br>
<table width=740 align=center border=0 valign=top cellpadding=0 cellspacing=0>
<tr valign=top>
<td>
<iframe src="center.php" name=all height=400 align=left border=0 margin=0 frameborder=0 width="100%" cellpadding=0 cellspacing=0 marginwidth=0 marginheight=0 scrolling=AUTO></iframe>
</td>
</tr>
<tr>
<td background="../images/nav_bg.gif" height=14>
</td>
</tr>
</table>
</td>
</tr>
</table>
<center><font size=1 color=#6FCB69>© c³ 2003</font></center>
</body>
</html>