Dreaded iframe horizontal scroll bar can't be removed in IE?
Posted
by mrjrdnthms
on Stack Overflow
See other posts from Stack Overflow
or by mrjrdnthms
Published on 2008-09-15T21:49:59Z
Indexed on
2010/06/09
19:42 UTC
Read the original article
Hit count: 136
internet-explorer
|iframe
I have an iframe. The content is wider than the width I am setting so the iframe gets a horizontal scroll bar. I can't increase the width of the iframe so I want to just remove the scroll bar. I tried setting the scroll property to "no" but that kills both scroll bars and I want the vertical one. I tried setting overflow-x to "hidden" and that killed the horizontal scroll bar in ff but not in IE. sad for me.
© Stack Overflow or respective owner