0

I have try this more then 2 hours.My site have html5 and css.In IE 8,9,10 some of my side page display document mode as Quirks so the page is not looking good.I have checked in Google they show add the meta tag after the title,but the page still display in quirks mode.how can change the page default type as ie9 standards.The below code i used for standard tag conversion.

<meta http-equiv="x-ua-compatible" content="IE=edge" />
<meta http-equiv="x-ua-compatible" content="IE=10; IE=9; IE=8;" />
<meta http-equiv="x-ua-compatible" content="IE=100" />
4

1 回答 1

0

DOCTYPE在每一页上都有一个有效的集合吗?如果没有,IE 会在没有DOCTYPE.

于 2013-07-01T10:35:46.347 回答