作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在页脚中有一个 iframe
。如果我设置 iframe
的 height
= height
页脚,它会在 下生成 white-space>iframe
即丑陋。你可以在这里看到它:
您可以尝试将 iframe
的高度设置为 275px,丑陋的 white-space 消失了。
为什么会这样?
请帮忙。
最佳答案
编辑
我在这里创建了一个 JSFiddle
HTML
<div class="col-xs-4 hasIframe">
<iframe ...
CSS
.hasIframe { background: #296496; height: 280px; line-height: 0;}
.hasIframe iframe { margin:0; padding:0; height:100%; width:100%; border: 1px solid #f00;}
这是输出:
你可以看到没有white-space,它只是iframe
有一些默认的CSS,你必须重置它的相应的 CSS。
希望它对你有用。
关于html - 底部的 iframe 在页脚后生成空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32713513/
我是一名优秀的程序员,十分优秀!