[thelist] [the list] CSS problem with IE

Chris Brody subscriptions at cbrody.com
Tue Sep 30 10:37:31 CDT 2003


Austin Harris wrote:

> I have been having a small problem with a horizontal menu list.
>
> The main culprit seems to be this line;
>
> width: auto;
>
> which is inside the
>
> #navcontainer ul li a

Try setting the display property to "inline" for both the LI and A elements.
You don't need to set the width at all: the padding and margins you specify
will take care of this.

HTH.

--Chris.
www.cbrody.com



More information about the thelist mailing list