HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Last Questin! How to disable the width scrolbar from IFrame?
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
Akira_AnimeAdikuZ



Joined: 27 Aug 2008
Posts: 7

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.
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> HTML Frame
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group