Forums

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

Home Forums CSS Newbie question – IE7 layout problem Re: Newbie question – IE7 layout problem

#46815
Chris Coyier
Keymaster

Hey Simon,

Looks like you are having the classic "stepdown" problem. You can read about it here:

https://css-tricks.com/prevent-menu-stepdown/

Basically adding display: inline; to your list items in the menu will fix that.