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.
scrolling="yes" horizontalscrolling="no" verticalscrolling="yes"
Put that in your iFrame tag.
You don't need to mess around with trying to format this in CSS.
1.4m articles
1.4m replys
5 comments
57.0k users