vote up 0 vote down star

My text menu items are not vertically aligning correctly in IE6 in my horizontal menu.

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

They seem to be ok in Firefox 3 and IE7.

I've made the background red for each item to make it more obvious.

Any ideas?

flag

75% accept rate

1 Answer

vote up 1 vote down check

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;"

link|flag
So simple! Thanks – Mitch Jun 24 at 7:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.