Knusperklumpen: Probleme mit Frameset im Netscape 4.x

Beitrag lesen

Hallo,

ich habe ein Frameset geschrieben welches nirgenswo Borders anzeigen soll. Im IE und Netscape 6.x funktioniert das auch, nur Netscape 4.x macht Probleme und ich weiß nich wieso.

<html>
<head>
<title>Bewerbungs-Homepage von Daniela Baars</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="200,*" framespacing="0" frameborder="No" border="0">
        <frame src="navigation.htm" name="leftFrame" id="leftFrame" frameborder="No" scrolling="No" noresize marginwidth="0" marginheight="0" margintop="0" marginbottom="0" border="0" framespacing="0">
        <frameset rows="57,*" framespacing="0" frameborder="No" border="0">
                <frame src="top.htm" name="topFrame" id="topFrame" frameborder="No" scrolling="No" noresize marginwidth="0" marginheight="0" margintop="0" marginbottom="0" border="0" framespacing="0">
                <frame src="inhalt.htm" name="mainFrame" id="mainFrame" frameborder="No" scrolling="Auto" marginwidth="0" marginheight="0" margintop="0" marginbottom="0" border="0" framespacing="0">
        </frameset>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>

ich hab doch alles was 0 haben kann auch 0 gegeben ?!?!

(anzusehen unter http://people.freenet.de/DanielaBaars/frameset.htm)

Danke
ff