Posted: Sat Aug 30, 2008 2:22 pm Last Questin! How to disable the width scrolbar from IFrame?
Is it IFrame or Frame? nevermind.. just please give me a complete code for the Frame that has been disable the width scrollbar..
Code: <iframe name="MAIN" id="InlineFrame1" src="www.google.com" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
PayneLess Designs
Joined: 28 Feb 2007
Posts: 1402
Location: Biloxi, MS
Posted: Sat Aug 30, 2008 6:07 pm
Are you wanting to hide the scrollbar on overflow or control width of it?
The correct way to change the Windows OS scrollbar size is to open the desktop properties appearance tab and in the advanced setup increase the size of the scrollbar.
sticks464
Joined: 31 Dec 2006
Posts: 1283
Posted: Sat Aug 30, 2008 7:10 pm
Frams will always have a horizontal scrollbar unless the frams is the same width as the page it is displaying or using the css element overflow-x:hidden;
PayneLess Designs
Joined: 28 Feb 2007
Posts: 1402
Location: Biloxi, MS
Posted: Sun Sep 07, 2008 2:30 pm
If you absolutely want to hide the horizontal scroll bar on the iframe, then style it with: Quote: overflow-x: hidden;
Otherwise, change width of the iframe as Sticks indicated or set width to a percent.