Valhalla Legends Archive

Programming => Web Development => Topic started by: DarkOne on December 13, 2003, 11:45 PM

Title: Disabling horizontal scrollbars
Post by: DarkOne on December 13, 2003, 11:45 PM
Is it possible to disable a horizontal scrollbar in a IFRAME using either HTML or CSS? If so, how can I go about doing this?

Thank you in advance.
Title: Re:Disabling horizontal scrollbars
Post by: quasi-modo on December 14, 2003, 01:20 PM
make the page inside fluid so it resizes to not need one, That is the reccomended soultion. For ie you can use this in the iframe tag style="overflow-x:hidden;" but remember thats ie proprietary code and will not work on other browsers.