Christian: Seiteliches Scrollen am IE beim Frameset?

Hallo.
Wenn ich einem Frameset scrolling=auto zuweise, dann sehe ich am IE PC einen vertikalen und einen horizontalen!!! Scrollbalken wenn der Inhalt über die Seite hinausgeht???

Code:
---------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset cols="25,*,25" framespacing="0" frameborder="NO" border="0">
  <frame src="border.html" name="leftFrame" frameborder="no" scrolling="NO" marginwidth="0" marginheight="0">

<frameset rows="25,65,*,55,40" frameborder="NO" border="0" framespacing="0">
   <frame src="border.html" name="topFrame" frameborder="no" scrolling="NO" marginwidth="0" marginheight="0" >

<frame src="../navi/navi1.html" name="naviFrame" frameborder="no" scrolling="no" noresize marginwidth="0" marginheight="0" id="naviFrame" >

<frame src="../content/start.html" name="mainFrame" frameborder="no" scrolling="auto" marginwidth="0" marginheight="0">
   <frame src="navibottom.html" name="bottomNaviFrame" frameborder="no" scrolling="NO" noresize marginwidth="0" marginheight="0" id="bottomNaviFrame">

<frame src="border.html" name="bottomFrame" frameborder="no" scrolling="NO" marginwidth="0" marginheight="0">
 </frameset>

<frame src="border.html" name="rightFrame" frameborder="no" scrolling="no" marginwidth="0" marginheight="0" id="rightFrame">
</frameset>
<noframes>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

</body></noframes>
</html>

---------------------------------------------------------------------

  1. Würdest du bitte in deinem Thread [pref:t=63819&m=362275] bleiben?
    Gunnar