为什么在FireFox 32.0.3中我的WordPress网站的“正文”中增加了额外的保证金?

时间:2015-01-13 18:21:59

标签: css wordpress wordpress-theming

我在firefox中的WordPress网站遇到了问题,身体似乎有" margin-top"或填充顶部应用。使用firebug检查代码时,不会显示此类样式。这个问题仅在Firefox中,请帮忙!链接:http://codecreatif.com/c6/

1 个答案:

答案 0 :(得分:1)

添加溢出:隐藏在#main-header。 发生这种情况是因为您的菜单开箱即可实现效果。当你进行悬停时,他会进行垂直移动(向下),并为该动画保留该空间。

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