Forums

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

Home Forums CSS float problem in IE, works in FF Re: float problem in IE, works in FF

#59359
apostrophe
Participant

I don’t see any extra padding in there so I’m guessing that the problem is coming from the bullets on the sidebar list. try adding this to your css and see if it makes a difference.

Code:
ul {
list-style: none;
}