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

iframes again... sorry!
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
vixenize



Joined: 06 May 2009
Posts: 5

Posted: Wed May 06, 2009 2:50 pm     iframes again... sorry!  

also, i know you can get rid of scrollbars but is there anyway of stopping the...

<------------>
side to side scrollbar


and just have the up and down scroll bar?

^
|
|
|
V
kanenas



Joined: 14 Dec 2004
Posts: 310

Posted: Wed May 06, 2009 3:35 pm     Try "overflow-x: hidden"  

Try setting the overflow-x CSS property for the iframe to "hidden". overflow-x is CSS3, so it may not be supported on all browsers. Note that when the framed document is wider than the frame, the extra content will be hidden, which is much worse than having a horizontal scrollbar. Even if you think the framed document will fit, it might not. For example, if the user changes the text size, the document may be wider than the frame.

You must also make sure that browsers render your pages in standards mode by setting the appropriate doctype.
vixenize



Joined: 06 May 2009
Posts: 5

Posted: Thu May 07, 2009 1:28 am      

gah i feel so outdated =( lol
 
 
DARFUR
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