开发者

How do I keep IE8 from using compatibility mode to render my page?

开发者 https://www.devze.com 2023-03-05 03:51 出处:网络
Is there another means of keeping IE8 from deciding to render my page in compatibility mode? I know I can add the x-ua-compat meta tag to my pages, but I\'d rather not do that just to make IE stop com

Is there another means of keeping IE8 from deciding to render my page in compatibility mode? I know I can add the x-ua-compat meta tag to my pages, but I'd rather not do that just to make IE stop complaining about an otherwise standards compliant and valid pag开发者_如何学Pythone.


<!DOCTYPE html>

is supposed to make it standards compliant.

0

精彩评论

暂无评论...
验证码 换一张
取 消