Link to home
Start Free TrialLog in
Avatar of boofulls
boofulls

asked on

ie scroll and not netscape

sorry about the cryptic title

i have this code but in IE the top frame has a scroll bar
and in netscape it doesnt

am i using the correct code?


<html>
<head>
<title>
Future
</title>
</head>
<frameset rows="100,*" frameborder="yes" bordercolor="black" frameborder="no" bo
rder="2" scrolling="no">
<frame src="top.html" name="top">
<frameset cols="150,*" frameborder="yes" bordercolor="black" frameborder="no" bo
rder="2" scrolling="no">
<frame src="left.html" name="left">
<frame src="main1.html" name="main">
</frameset>
</frameset>
</html>        
ASKER CERTIFIED SOLUTION
Avatar of jbirk
jbirk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
weird

you have frameborder twice, with a yes and a no. , scrolling already is 'no'. SDo, it should work...

try to use only one frameborder, and set it to no.
weird

you have frameborder twice, with a yes and a no. , scrolling already is 'no'. SDo, it should work...

try to use only one frameborder, and set it to no.

and indeed, scrolling should be in the frame.
Avatar of jbirk
jbirk

It appears that your grading of this question was lost by EE's move.  Could you please grade it again?

Thanks,
-Josh