Geoff
04-02-2003, 08:10 AM
Hi,
I have a problem with stopping my 'mainbody' frame from scrolling. The html below works fine with everything except IE on a Mac. This is driving me mad. I've done it with other sites without problems but no matter what goes into the 'mainbody' frame, if it is bigger than the frame - it scrolls! I can't see what I've done wrong :(
Any help you can give would be very much appreciated.
Thanks,
Geoff
<frameset rows="*,460,*" framespacing="0" frameborder="0" frameborder="no" border="0">
<frame src="toppanel.htm" frameborder="0" scrolling="no">
<frameset cols="*,750,*" framespacing="0" frameborder="0" frameborder="no" border="0">
<frame src="leftpanel.htm" frameborder="0" scrolling="no">
<frame name="mainbody" src="flashcheck.htm" frameborder="0" scrolling="no">
<frame src="rightpanel.htm" frameborder="0" scrolling="no">
</frameset>
<frame src="bottompanel.htm" frameborder="0" scrolling="no">
</frameset>
I have a problem with stopping my 'mainbody' frame from scrolling. The html below works fine with everything except IE on a Mac. This is driving me mad. I've done it with other sites without problems but no matter what goes into the 'mainbody' frame, if it is bigger than the frame - it scrolls! I can't see what I've done wrong :(
Any help you can give would be very much appreciated.
Thanks,
Geoff
<frameset rows="*,460,*" framespacing="0" frameborder="0" frameborder="no" border="0">
<frame src="toppanel.htm" frameborder="0" scrolling="no">
<frameset cols="*,750,*" framespacing="0" frameborder="0" frameborder="no" border="0">
<frame src="leftpanel.htm" frameborder="0" scrolling="no">
<frame name="mainbody" src="flashcheck.htm" frameborder="0" scrolling="no">
<frame src="rightpanel.htm" frameborder="0" scrolling="no">
</frameset>
<frame src="bottompanel.htm" frameborder="0" scrolling="no">
</frameset>