奇怪 Margin/Padding 在 IE 和 CHROME 底部,Firefox 没问题 CSS
Strange Margin/Padding on the bottom under footer in IE and CHROME, Firefox is fine CSS
我有响应式布局。
有页脚:
margin-top: 3.39%;
width: 100%;
height: 6.668%;
min-height: 72px;
max-height: 96px;
background: #0073b5;
clear: both;
由于某种原因,页脚下有白色填充或边距,过去几个小时我一直在努力找出造成它的原因。
只在Chrome和IE中出现,Firefox没问题...
我设法让白色 space 移动的一种方法是使用高度和边距顶部组合,但找不到正确的组合来摆脱白色 space 同时保持相同其余布局的比例
请帮忙!
页脚上的 overflow: hidden;
似乎解决了这个问题。
我有响应式布局。
有页脚:
margin-top: 3.39%;
width: 100%;
height: 6.668%;
min-height: 72px;
max-height: 96px;
background: #0073b5;
clear: both;
由于某种原因,页脚下有白色填充或边距,过去几个小时我一直在努力找出造成它的原因。
只在Chrome和IE中出现,Firefox没问题...
我设法让白色 space 移动的一种方法是使用高度和边距顶部组合,但找不到正确的组合来摆脱白色 space 同时保持相同其余布局的比例
请帮忙!
页脚上的 overflow: hidden;
似乎解决了这个问题。