为什么在 FireFox 32.0.3 中我的 WordPress 网站的 'body' 添加了额外的保证金?

Why is extra margin added to the 'body' of my WordPress website in FireFox 32.0.3?

我在 Firefox 中的 WordPress 网站出现问题,正文似乎应用了 "margin-top" 或 padding-top。用firebug检查代码时,没有显示这种样式。此问题仅在 Firefox 中存在,请帮助! Link: http://codecreatif.com/c6/

添加溢出:隐藏在#main-header。 发生这种情况是因为您的菜单开箱即用以产生效果。当您悬停时,他会进行垂直运动(向下向上),并且 space 保留用于该动画。

#main-header {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}