Forums

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

Home Forums CSS [Solved] <UL> stepdown bug in IE Re: [Solved]

    stepdown bug in IE

#50236
cssgirl
Participant

Hey there!

Someone just asked this a few days ago AND I had just experienced it when coding a template yesterday so it’s right fresh in my brain ;)

See: viewtopic.php?f=2&t=851 (has link to Chris’s CSS-Tricks entry on it as well).

Basically, you need to add either display:inline or float:left to your actual <li>.

I prefer to float:left;