I have a list that has each item floated to the left to create a horizontal menu. Since widths have to be declared on the <li>s for some browsers (my problem is IE on Mac OS X), is it possible to just put width:auto; on them or do I have to give them an explicit width?
Jennifer