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.
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.