• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Stuck with FRAMES. Plz read in.

akersche

New Member
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>
 
just quickly looked through the code, except for the fact that you have both frameset and body tags on the same page i can´t see anything really wrong... but that might very well be the problem...
 
hmm

Well,

A simple way to fix this would be to go to a pgae that has similar frames and copy the Index.html
 
Back
Top