Author | Message | Time |
---|---|---|
DarkOne | 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. | December 14, 2003, 5:45 AM |
peofeoknight | 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. | December 14, 2003, 7:20 PM |