weisse Linien beim Frameset im Netscape 4.7x
andreas
- html
Kann es sein, dass der (alte) Netscape Probleme mit einem geschachtelten Frameset hat?
Trotz Angabe aller drei Attribute (border, framespacing, frameborder) sind beim Netscape 4.7x dünne weisse Linien sichtbar, IE 6.0, Opera 6.05 und Netscape 7.0 haben aber keine Probleme...?
Irgendwelche schlauen Ideen?
Danke Andreas
-------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>blabla</title>
</head>
<frameset cols="144,*" border="0" framespacing="0" frameborder="0">
<frameset rows="94,54,*">
<frame name="Inhalt1" scrolling="no" marginheight="0" marginwidth="0" noresize src="examples/visual_key.htm">
<frame name="Inhalt2" scrolling="no" marginheight="0" marginwidth="0" noresize src="examples/identifier.htm">
<frame name="Inhalt3" scrolling="no" marginheight="0" marginwidth="0" noresize src="examples/navigation.htm">
</frameset>
<frameset rows="58,36,*">
<frame name="Hauptframe" scrolling="no" marginheight="0" marginwidth="0" noresize src="examples/global.htm">
<frame name="Hauptframe3" scrolling="no" marginheight="0" marginwidth="0" noresize src="examples/links.htm">
<frameset cols="468,*">
<frameset rows="*,42">
<frame name="Hauptframe4" scrolling="auto" marginheight="0" marginwidth="0" noresize src="examples/start.htm">
<frame name="Hauptframe8" scrolling="no" marginheight="0" marginwidth="0" noresize src="examples/footer.htm">
</frameset>
<frame name="Hauptframe7" scrolling="no" marginheight="0" marginwidth="0" noresize src="examples/rechts.htm">
</frameset>
</frameset>
<noframes>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht
unterstützt.</p>
</noframes>
</frameset>
</html>
hi
ich geb meine frames auch noch die attribute border, frameborder und framespacing mit, ist zwar nicht konform, funktioniert aber.
doppelt gemoppelt hält besser ;)
entweder es sit richtig oder es funktioniert *g*
so long
ole
(8-)>
ich geb meine frames auch noch die attribute border, frameborder und framespacing mit, ist zwar nicht konform, funktioniert aber.
Nein, funktioniert nicht!
Im Netscape hab ich trotzdem 1px breite weisse Linien zwischen allen Frames...?
Gruss Andreas
hi Andreas
was mir grade noch in deienr source auffällt:
du solltest die attribute nicht nur im ersten sondern in allen framesets setzen :).
so long
ole
(8-)>