Forums

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

Home Forums CSS [Solved] Margin apears without being put into the CSS Re: [Solved] Margin apears without being put into the CSS

#80175
TheDoc
Member

Make your wrapper width 960px instead of 1000px.

On the <li>, instead of display: inline; try float: left;. That seems to take care of the little border on top.