View Full Version : how to get rid of the iframe scrollbar


PrncesSerena
05-26-2006, 02:55 PM
how can you get rid of the iframe scrollbar?
when i tried to max the width to the fullpage, so i can make that iframe as my heading, display logo etc, but the scrollbar just appear even i change the:
Scrolling=auto --> to Scrolling=no
i even delete that part, but it still there, unless i change the width to smaller size, so is there away to fix this annoying problem?


Here is my frames (with 3 iframes in there)



<div style="position:absolute; width:FRAME WIDTH; height:FRAME HEIGHT; overflow: auto; left:438px; top:200px; layer-background-color: none; background-color:none; border-color:#FFCCFF; border-style:solid; filter:alpha(opacity=100)">
<IFRAME name="main" src="main.html" height=FRAME HEIGHT width=FRAME WIDTH marginwidth=2 marginheight=2 frameborder=0 scrolling=no></IFRAME></div>

<div style="position:absolute; width:FRAME WIDTH; height:FRAME HEIGHT; overflow: auto; left:100px; top:16px; layer-background-color: none; background-color:none; border-color:#FFCCFF; border-style:solid; filter:alpha(opacity=100)">
<IFRAME name="leftmenu" src="leftmenu.html" height=FRAME HEIGHT width=FRAME WIDTH marginwidth=2 marginheight=2 frameborder=0 scrolling=no></IFRAME></div>

<div style="position:absolute; width:FRAME WIDTH; height:FRAME HEIGHT; overflow: auto; left:51px; top:230px; layer-background-color: none; background-color:none; border-color:#FFCCFF; border-style:solid; filter:alpha(opacity=100)">
<IFRAME name="rightmenu" src="rightmenu.html" height=FRAME HEIGHT width=FRAME WIDTH marginwidth=2 marginheight=2 frameborder=0 scrolling=no></IFRAME></div>