IE8 layout broken - IE7 mode correct

zjfwlizfza

New Member
after 3-4 hours of searching with IE's "dev tools", I can't understand why.This code: https://tinker.io/b2c10 produces the layout correctly in IE7 mode, Chrome, Firefox. In IE8 Standards mode, here's the result when you make the viewport smaller:
C0qi8.png
And here is how the layout should be / is in all other browsers (IE7 included):
EX8T9.png
Needless to say I experimented with all including:
  • reducing the max-width of the img
  • removing the Who's Who part with the display:inline-block's
  • removing the image completely from the middle column...
 
Back
Top