n.d. parker: Darstellungsproblem beim Netscape Navigator 4.7

Beitrag lesen

hi ho

[X] nein

:-)

Welches Attribut meinst du "marginwidth"?

rightmargin - meine "^^^^" im urpsrungsposting waren etwas ungluecklich gesetzt :-))

so, ich habe ein wenig mit deinem code rum gespielt, und folgendes funktioniert bei mir (IE5.0+NN4.7/Win98):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
    <title>Unbenannt</title>

<style type="text/css"><!--
    .d1 {position:absolute; top:0px; left:0px; width:100%; margin:0px; padding:0px;}
    .d2 {position:absolute; top:72px; left:0px; width:100%; margin:0px; padding:0px;}
    //--></style>
</head>

<body leftmargin="0" background="back.gif" topmargin=0 marginheight=0 marginwidth=0 alink=white vlink=white link=white>

<div class="d1">
<table border=0 cellpadding=0 cellspacing=0 width="100%">
    <tr><td bgcolor="#366FA7" width=100% align=left valign=top><img src=".....gif" border=0 width=1 height=70></td></tr>
</table>
</div>
<div class="d2">
<table border=0 height=25 cellpadding=0 cellspacing=0 width=100%>
    <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></font></a></td></tr>
</table>
</div>

</body>
</html>

cua

n.d.p.