I have an MVC web application without razor code, i.e. views are created using only HTML and javascript code. Below is a screenshot of my screen.
Now in IE8 the following problems occur:
Screenshot of my screen: http://www.freeimagehosting.net/ixio1
1. Lowering the zoom level of the browser distorts the elements on the screen, which is the left and right panel, one after the other vertically, where increasing the zoom level works fine.
2. And I have a heading with two sections. The top section will always be displayed on the screen, even when the user scrolls down. Now the buttons at the bottom of the title bar are hidden behind the top of the title bar when I set the zoom level to 100%, this also happens when I view the bottom of the screen, and then the vertical scroll bar disappears in any scenario.
Screenshot with hidden title buttons: http://www.freeimagehosting.net/2eq68
source share