【发布时间】:2011-08-30 17:15:09
【问题描述】:
这个菜单有问题:http://www.krillhome.com/home1.html
问题在于,在 IE 7 中,css 菜单向左对齐,我需要它居中。当我将align="center" 添加到 div 时,这可以解决 IE7 中的问题,但是这会将整个菜单推到右侧大约 20 个像素的其他浏览器中。
我以为我的利润可能已经关闭,但它们看起来还不错。我希望我可以添加<!--[if lt IE 7 ]> <div class="nav-wrap" align="center"> <![endif]-->,但这也不起作用。
这是它在 IE7 中的样子:http://www.krillhome.com/incorrect.png(注意菜单左对齐)
【问题讨论】:
标签: css internet-explorer html internet-explorer-7