1

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

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

CSS:

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

不太清楚为什么它在仅适用于 Windows 的 Firefox 7 中有所不同?页脚似乎也有问题,不确定是否相关。

提示?谢谢!

在此处输入图像描述

4

1 回答 1

0

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

#container { clear: both; }
于 2011-12-02T09:30:01.940 回答