Matt: Netscape «div» Problem...

Hallo folgendes kleines Beispiel erläutert mein Problem, Netscape 4.7 ist irgednwie anderer Ansicht als der IE und ich krieg so allmählich eine Krise, ich war schon so nett und habe die Layers umsortiert Top->Down, damit mir NS das Ganze schon etwas besser an. Trotzdem verschluckt er aber entweder mein letztes Div oder knallt mir das ganz seltsam zusammen :(
Hilfe bitte hier oder per Email -> matt@altus.de

Gruß, Matt...

--------------Schnipp-------------------
<html><head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style>
<!--
body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }
-->
</style>

</head>
<body bgcolor="#ffffff" text="#031c80" link="#000000" alink="#ff0000" vlink="#000000">
<!-- Navigation -->
<div id="x1" style="position:absolute; left:162px; top:84px; width:160px; height:48px; z-index:1;"><font face="arial, helvetica" size="5" color="#DADADA"><b>Info</b></font></div>
<div id="n1" style="position:absolute; left:166px; top:92px; width:160px; height:48px; z-index:5;"><a href="#info"><font face="arial, helvetica" size="5"><b>Info</b></font></a></div>
<div id="x2" style="position:absolute; left:78px; top:132px; width:160px; height:48px; z-index:1;"><font face="arial, helvetica" size="5" color="#DADADA"><b>Products<br>& Services</b></font></div>
<div id="n2" style="position:absolute; left:82px; top:140px; width:160px; height:48px; z-index:5;"><a href="#products"><font face="arial, helvetica" size="5"><b>Products<br>& Services</b></font></a></div>
<div id="x3" style="position:absolute; left:17px; top:214px; width:160px; height:48px; z-index:1;"><font face="arial, helvetica" size="5" color="#DADADA"><b>Partners<br>& Showcases</b></font></div>
<div id="n3" style="position:absolute; left:21px; top:222px; width:160px; height:48px; z-index:5;"><a href="#partner"><font face="arial, helvetica" size="5"><b>Partners<br>& Showcases</b></font></a></div>
<div id="x4" style="position:absolute; left:46px; top:301px; width:160px; height:48px; z-index:1;"><font face="arial, helvetica" size="5" color="#DADADA"><b>Contact<b></font></div>
<div id="n4" style="position:absolute; left:50px; top:307px; width:160px; height:48px; z-index:5;"><a href="#contact"><font face="arial, helvetica" size="5"><b>Contact<b></font></a></div>
<!-- Content -->
Wieder Oben Links Bitte :)
</body>
</html>

  1. hi matt

    probier mal statt "div"  "span". verträgt netscape besser.
    und noch was:
    schreib die
    <font face="arial, helvetica" size="5" color="#DADADA">
    <font face="arial, helvetica" size="5">
    ins CSS mit rein --> weniger qelltext + übersichtlicher.

    ciao Lorenz

  2. <div id="x4" style="position:absolute; left:46px; top:301px; width:160px; height:48px; z-index:1;"><font face="arial, helvetica" size="5" color="#DADADA"><b>Contact<    /    b></font></div>

    <div id="n4" style="position:absolute; left:50px; top:307px; width:160px; height:48px; z-index:5;"><a href="#contact"><font face="arial, helvetica" size="5"><b>Contact<b></font></a></div>

    huhu,
    der fehler liegt wahrscheinlich in dem vergessenen '/'.
    netscape reagiert äußerst wütend auf nicht geschlossene tags...im versuch haben ie und ns jedenfalls anschließend wieder gleich reagiert...
    gruß,
    flim

  3. Hallo Matt,
    schreibe beim Punkt Contact immder schön </b> und es sollte auch mit DIV klappen ;-). NS nimmt so abschliessende Tags seehhr genau.
    Gruss

    Harald Legler