Home › Forums › CSS › [solved] Aligning left in IE but not in other browsers › Re: [solved] Aligning left in IE but not in other browsers
October 27, 2011 at 8:51 pm
#89798
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.