Dreaded iframe horizontal scroll bar can't be removed in IE?

后端 未结 6 1388
迷失自我
迷失自我 2020-12-04 22:51

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

6条回答
  •  北海茫月
    2020-12-04 23:13

    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.

提交回复
热议问题