当前位置:Gxlcms > html代码 > iframe中height设置为100%后出现滚动条_html/css_WEB-ITnose

iframe中height设置为100%后出现滚动条_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:96人阅读

用easyui的layout组件布局,如下图1所示,center里面嵌入了一个height为100%的iframe后,包含这个iframe的div会出现竖向的滚动条。


图1


不用easyui,直接嵌套iframe测试后,发现设置
body{margin:0;padding:0;}

后滚动条没有了

但是在easyui里,没效果,各位大神帮忙看看,demo地址:
http://pan.baidu.com/s/1mgBqkh6


回复讨论(解决方案)

自己搞定了

http://stackoverflow.com/questions/9129182/iframe-100-height-causes-vertical-scrollbar

人气教程排行