In IE8, strict mode (as I am unable to use normal mode), the 3-column layout is not displaying correctly. The following link shows a two-column layout where the second div occupies the remaining space: http://jsfiddle.net/JWBgY/ However, in the three-column layout shown here: http://jsfiddle.net/JWBgY/2/, all browsers display it correctly except for IE8 and earlier versions, where the central width does not occupy the remaining space. I have attempted to use *width: auto
, but it did not resolve the issue. Any suggestions on how to solve this problem?