Hello,
I developed a new homepage with frames.
And the frames don't display correct under IE.
What am I doing worng? Can anybody give me a hint.
The problem is that I load other frames into the mainframe. But I am not able to scroll and so I am not able to see the whole text.
It's amazing, that it works great under NS.
Could you take a look at:
http://www.kersche.net/~outdoor/
and then click on "Information" Under IE I can't read all of the text.
Greetings Arno
<html>
<frameset rows="109,*" cols="*" frameborder="YES" border="7" framespacing="0">
<frame name="topFrame" scrolling="NO" src="topnavigation.html" >
<frameset rows="*" cols="165,*" frameborder="YES" border="7" framespacing="0">
<frame name="leftFrame" scrolling="AUTO" src="leftnavigation.html">
<frame name="mainFrame" scrolling="YES" src="startframe.html">
</frameset>
</frameset>
<-------->
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000 background="background/1.gif">
</body>
</-------->
</html>
I developed a new homepage with frames.
And the frames don't display correct under IE.
What am I doing worng? Can anybody give me a hint.
The problem is that I load other frames into the mainframe. But I am not able to scroll and so I am not able to see the whole text.
It's amazing, that it works great under NS.
Could you take a look at:
http://www.kersche.net/~outdoor/
and then click on "Information" Under IE I can't read all of the text.
Greetings Arno
<html>
<frameset rows="109,*" cols="*" frameborder="YES" border="7" framespacing="0">
<frame name="topFrame" scrolling="NO" src="topnavigation.html" >
<frameset rows="*" cols="165,*" frameborder="YES" border="7" framespacing="0">
<frame name="leftFrame" scrolling="AUTO" src="leftnavigation.html">
<frame name="mainFrame" scrolling="YES" src="startframe.html">
</frameset>
</frameset>
<-------->
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000 background="background/1.gif">
</body>
</-------->
</html>