Horizontal Scrolls Bars in IE 6

There is a bug in IE 6 with horizontal scroll bars and I-Frames. When you set the scrollbars attribute to "Auto" on the Iframe.

A really good work around for this, is to set this in your CSS. If you gadget doesn't ever need a horizontal scrollbar. It will work with all broswers.

html { overflow-x: hidden}



Answer this question

Horizontal Scrolls Bars in IE 6

  • Horizontal Scrolls Bars in IE 6