我想在 iframe 全屏上制作。这是代码:
http://jsbin.com/ibopes/1/edit
这是演示:
为什么是滚动条?出于某种原因,我不能position: absolute
用于 iframe,而且我不想overflow: hidden
在身体上使用。
如何隐藏滚动条,为什么会出现?
我想在 iframe 全屏上制作。这是代码:
http://jsbin.com/ibopes/1/edit
这是演示:
为什么是滚动条?出于某种原因,我不能position: absolute
用于 iframe,而且我不想overflow: hidden
在身体上使用。
如何隐藏滚动条,为什么会出现?
display: block
在您的 iFrame 上指定。jsBin 为您规范化 CSS:
#test {
width: 100%;
height: 100%;
min-height: 100%;
border: none;
background: #ff0000;
display: block;
}
在此处查看工作演示 > http://jsbin.com/ipopes/5