除了Firefox 7 for Windows(根据Browserlab),我已经设法让我的绝对定位菜单看起来很好。
http://chantalwholesalers.co.nz/wordpress/
CSS:
#primary-menu {
margin-right: -490px;
position: absolute;
right: 50%;
}
不完全确定为什么只有Firefox 7 for Windows才有所不同?也似乎有一个页脚问题,不知道这是否相关。
提示?谢谢!
答案 0 :(得分:0)
您需要做的只是清除#container div。
#container { clear: both; }