How to get rid of the double scroll bar when using an iframe?

后端 未结 12 1433
耶瑟儿~
耶瑟儿~ 2021-02-07 00:19

I\'ve seen this problem on the web, and all the suggested solutions aren\'t working for me, so I thought I\'d come here.

I have a page that has an iframe. The top of the

12条回答
  •  梦毁少年i
    2021-02-07 01:03

    UPDATED:

    DEMO: http://jsbin.com/ewomi3/3/edit

    HTML

    CSS

    * { margin:0 padding:0 }
    body { margin:0; padding:0; text-align:center }  
    #hold_my_iframe { padding:0px; margin:0 auto; width:100%; height:100% }
    

    NOTE: I have finally understood what you want! Use table tag instead of a div tag as container! See the demo and enjoy it!

提交回复
热议问题