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?

#57654
AshtonSanders
Participant
Code:
#navlist>li{

That’s your problem.

Don’t use the child designation, as IE doesn’t like them; just use spaces:

Code:
#navlist li{