请查看此网站 --> http://justicecup.radiantwebtools.com/
导航/徽标/社交媒体区域下方的部分在 Firefox 中与 Chrome/Safari(所需的分离)相比更分开。
这个问题似乎与 HTML 的这一部分有关:
<div class="header-container">...</div> <!--- Okay... --->
<div class="row content"> <!--- DevTools shows this the right underneath the header area...okay, thats correct --->
<div class="width-container">...</div> <!--- on Chrome/Safari it's good. On Firefox, this is pushed down further....why? --->
</div>
我试过给标题区域一些css来解决这个问题,但无济于事
.header-container { overflow:none;}
此屏幕截图也显示了差异-> http://screencast.com/t/CrF9HEaki
谢谢你的帮助。