Forums

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

Home Forums CSS Centering List Items Horizontally Re: Centering List Items Horizontally

#61781
TheDoc
Member

A side note first, you don’t need the div of "navigationBar". There’s no point in having it there because the UL can be applied with those same styles. So instead of:

Code:

Go with:

Code:

As for the problem you’re describing, it shows perfectly for me in IE7. In IE6, however you have some problems.