Forums

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

Home Forums CSS [solved] Aligning left in IE but not in other browsers Re: [solved] Aligning left in IE but not in other browsers

#89798
dtrick
Member

I don’t have IE handy, but after briefly looking at your code, you may want to try adding overflow:hidden to your main-wrapper.

When everything is floated within a wrapper, you need to set a width and an overflow. Not sure if this will be a solution, but may help you out with some other issues.