Hi,
How can i disable horizontal scrollbar for iframe.
I need vertical scrollbar. i am trying with overflow-x: hidden. but not getting.
Any one know this.
Thank you
Sidd
| SitePoint Sponsor |
Hi,
How can i disable horizontal scrollbar for iframe.
I need vertical scrollbar. i am trying with overflow-x: hidden. but not getting.
Any one know this.
Thank you
Sidd


Add scrolling="auto to the iframe tag and it should only add the horizontal scrollbar if needed in most browsers apart from IE6.
Code:<iframe frameborder="0" scrolling="auto" src="iframesrc.htm" width="300" ></iframe>
www.pmob.co.uk CSS FAQ 3 col demo Read My CSS Articles
Ultimate CSS Reference
Check out SitePoint's latest JavaScript challenge
Bookmarks