IE8 + compatibility, 360 webkit kernel call note, ie8webkit
The first is to handle IE8, 9, and other compatibility issues. Pay attention to the following points:
1. Write html/css as strictly as possible using the w3c recommendation method
2. Add <! DOCHTML html>. For details, refer to/recommend a blog.
3. Use the meta tag to adjust the browser Rendering Method <meta http-equiv = "X-UA-Compatible" content = "IE = edge, chrome = 1"/>, "IE = edge" indicates that the latest IE kernel is used, and "chrome = 1" indicates that if the chrome plug-in (google chrome frame) is installed, the webkit kernel is used.
360 use webkit kernel in the browser:
1. Add the meta tag <meta name = "renderer" content = "webkit"/>
For details about other compatibility issues, refer to the reference/Recommendation blog below.
Reference/Recommendation blog:
[IE8 + compatible Experience Summary] http://www.hustlzp.com/post/2014/01/ie8-compatibility
The correct use of DOCTYPE http://www.cnblogs.com/shishm/archive/2012/02/29/2373080.html