除了Firefox7 for windows之外,中心,绝对定位的元素看起来很好

时间:2011-12-02 09:00:17

标签: css firefox center css-position firefox7

除了Firefox 7 for Windows(根据Browserlab),我已经设法让我的绝对定位菜单看起来很好。

http://chantalwholesalers.co.nz/wordpress/

CSS:

#primary-menu {
    margin-right: -490px;
    position: absolute;
    right: 50%;
}

不完全确定为什么只有Firefox 7 for Windows才有所不同?也似乎有一个页脚问题,不知道这是否相关。

提示?谢谢!

enter image description here

1 个答案:

答案 0 :(得分:0)

您需要做的只是清除#container div。

#container { clear: both; }