I have a layout which uses min-width and works great. So I came to add a footer which I want to stick to the bottom. Firefox will display everything perfectly while with IE, when min-width takes in effect and the vertical scroll bar kicks in, the horizontal scroll bar also appears even thought my content isn’t even close to needing it.
I have tried every solution I could find about the bottom footer and they all seem to behave that way.
Is there a solution to this problem or will I have to realize once again that IE is not-so-good? 😉
Thank you.
Have you tried using overflow:hidden;?
Edit: You might also want to try overflow:auto; with your margins set to margin:0;