简体   繁体   English

IE6中的水平菜单问题

[英]Horizontal Menu problem in IE6

My text menu items are not vertically aligning correctly in IE6 in my horizontal menu. 我的文本菜单项在我的水平菜单中的IE6中没有垂直对齐。

Example - http://blacktownworkersgroup.worldsecuresystems.com/bwc09/home 示例-http://blacktownworkersgroup.worldsecuresystems.com/bwc09/home

They seem to be ok in Firefox 3 and IE7. 在Firefox 3和IE7中,它们似乎还可以。

I've made the background red for each item to make it more obvious. 我将每个项目的背景设为红色,使其更加明显。

Any ideas? 有任何想法吗?

chage this class 补课

#nav_468891 li { /* all list */
list-style: none;
margin: 0;
padding: 0; 
display: inline;
line-height: 30px;

} }

you can delete "vertical-align: middle;" 您可以删除“ vertical-align:middle;”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM