determining why a page is being renderred in compatibility mode?

后端 未结 2 868
旧巷少年郎
旧巷少年郎 2020-12-18 01:55

I have a layout issue which is due to the containing page being rendered in compatibility mode on IE8. Is there a way to detect whats causing IE8 to enter compatibility mod

2条回答
  •  遥遥无期
    2020-12-18 02:11

    Check if you have any tags forcing IE into compatibility mode.

    You can force it to render as IE8 (fully CSS 2.1 compliant) if you wish:

    
    

提交回复
热议问题