Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- How to remove the iFrame scrollbars


Golden_Sin - 6:29 pm on Sep 13, 2011 (gmt 0)


If you don't want to have scrollbars, you can use "overflow" CSS property.

overflow:hidden;
should do the job. If you use this, everything looks the same except there are no scrollbars. So some of the content may not be shown. And of course, this works only if you can modify the CSS of the iframed document.


Thread source:: http://www.webmasterworld.com/html/4358367.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com