【发布时间】:2014-03-20 07:02:41
【问题描述】:
请查看此页面:http://www.qhs.co.uk/high-wycombe-boiler-installation
#wrap .pushup {
margin-top: -215px;
}
这在 Chrome 中完美运行,但在 Firefox 中却不行。显然它不能识别负边距。
Chrome(正确):
Firefox(错误):
我认为这可能是浮动 div 问题。我尝试使用 clearfix 并将 .pushup 类移动到外部 div 中,但仍然没有运气。
有什么想法吗?
我正在使用 Bootstrap 3.1。
【问题讨论】:
-
你试过
float: left吗?
标签: html css twitter-bootstrap firefox margin