Matthias Caspary wrote:
Hi all,
can anyone imagine why the following site shows up correctly in
Mozilla Firefox 0.8 and Netscape 4.5, but not in IE6? In IE6, the
"main" frame seems to have disappeared.
###
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<frameset rows="54,680*" frameborder="NO" border="0" framespacing="0"
cols="*">
<frame name="blau" scrolling="NO" noresize src="../../blau.htm"
marginwidth="0" marginheight="0" frameborder="NO" >
<frameset rows="40,637*" frameborder="NO" border="0"
framespacing="0" cols="*">
<frame name="grau" scrolling="NO" noresize src="grau.htm"
frameborder="NO" marginwidth="0" marginheight="0" >
<frameset rows="617*,17" frameborder="NO" border="0"
framespacing="0" cols="*">
<frame name="main" scrolling="YES" frameborder="NO"
marginwidth="0" marginheight="0" src="Impressumdt.htm">
<frame name="unten" scrolling="NO" noresize
src="../../unten.htm" frameborder="NO" marginwidth="0"
marginheight="0">
</frameset>
</frameset>
</frameset>
<noframes><body bgcolor="#FFFFFF">
</body></noframes>
</html>
###
Matthias
You have obvious markup problems; just validate your document and only
use necessary attributes. You definitively don't know how to use the "*"
character when defining values in your rows attributes.
Finally, I would avoid nested frames and nested framesets: that can only
create more maintenance problems and usability and accessibility burdens
for your visitors.
DU