Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Frustrating IE 6.0 problem – can anyone help? Re: Frustrating IE 6.0 problem – can anyone help?

#57666
apostrophe
Participant

You might also want to add:

Code:
ul#navlist li {
float:left;
margin:0 1em;
display:inline;
}