Based on my CSS, all browsers, including IE7, show that my bottom line is correct and fixed, all the time.
.bottom-fixed { position: fixed; bottom: 0; margin-left: -235px; min-width: 1160px; max-width: 130em; width: 100%; }
However, there is something strange about IE8. If you resize the browser window using your lower right corner (a way to simultaneously change the width and height of the window), everything will be fine.
But if you resize the window by capturing the top or bottom of your browser window, the / div panel is stuck in a position as if the position were absolute, not positional: fixed.
Any idea how to fix this?
(Using Doctype for HTML5)
source share