March 23rd, 2009 by Luis Alves

Disabling iframe horizontal scrollbar

I have searched lots of websites looking for a solution to remove the horizontal scroll bar in IE (damn IE!!!) when placing an Iframe when the content overflows.
So I have found this: iframe src=”your source” width=”474″ height=”306″ frameborder=”0″ scrolling=”yes” horizontalscrolling=”no” verticalscrolling=”yes”
open and close your Iframe tags…
This works!