1

On IE8 (strict mode, I can not use normal mode) is not displayed correctly the 3-column layout. This is a two-column layout: http://jsfiddle.net/JWBgY/ the second div rightly occupies the remaining space. This is the three-column layout: http://jsfiddle.net/JWBgY/2/ works on all browsers, but on IE8 and below the central width does not occupy the remaining space. I also tried to add *width: auto, but it does not work. How to solve?

user2711086
  • 23
  • 1
  • 3

1 Answers1

0

I think that you came across a well known bug/quirk for IE8 and table cell.

See: internet explorer 8 ignores width for 'display: table-cell' element

Community
  • 1
  • 1
Marc Audet
  • 46,011
  • 11
  • 63
  • 83