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

后端 未结 6 1395
迷失自我
迷失自我 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:18

    You could try putting the iframe inside a div and then use the div for the scrolling. You can control the scrolling on the div in IE without issues, IE only really has problems with iframe scrolling. Here's a quick example that should do the trick.

    
        
            iframe test
    
            
        
        
            

提交回复
热议问题