Iframe always showing scroll bars in IE7

后端 未结 3 1498
时光取名叫无心
时光取名叫无心 2020-12-31 12:00

Having an annoying issue in IE7. I have a website where, at the bottom of every page theres an Iframe, and for the life of me I cannot get the scroll bars to hide. This is o

3条回答
  •  死守一世寂寞
    2020-12-31 12:38

    Try setting the BODY tag of the IFRAME content to and add the following CSS the content's page:

    html 
    { 
         overflow:hidden; 
    }
    

提交回复
热议问题