360 browser compatibility adjustment

Source: Internet
Author: User

360 secure browsers use the IE6/7 mode by default in compatibility mode. Sometimes the web is only compatible with IE8 or later. The following describes how to adjust the speed mode of the 360 browser compatibility mode:

Set the 360 security browser to open the mode and set the meta as follows:

I. Page opening mode

1. By default, the speed mode (webkit kernel) is used)

<Meta name = "renderer" content = "webkit">

2. The compatibility mode is used by default (IE6/7)

<Meta name = "renderer" content = "ie-comp">

3. The standard mode is used by default (compatible with computer IE)

<Meta name = "renderer" content = "ie-stand">

 

II. Sample code:

Add a line of code to the head label:

1 

The value of content is webkit, ie-comp, or ie-stand, which is case sensitive. It indicates that the webkit kernel is used, the IE is compatible with the kernel, and the IE standard kernel is used.
If the page requires a high-speed core by default, add the tag: <meta name = "renderer" content = "webkit">
If the page requires ie compatibility with the kernel by default, add the tag: <meta name = "renderer" content = "ie-comp">
If the page uses the ie standard kernel by default, add the tag: <meta name = "renderer" content = "ie-stand">

 

III. Technical details of each rendering kernel

Kernel Webkit IE compatibility IE standard
Document mode Chrome 21 IE6/7 IE9/IE10/IE11 (depending on your IE)
HTML5 support YES NO YES
ActiveX control support NO YES YES

 

IV. UA examples for each kernel

 

V. Remarks

This function is similar to X-UA-Compatible of IE9. For more information about the implementation of several IE kernels, see:

Http://blogs.msdn.com/ B /ie/archive/2010/06/16/ie-s-compatibility-features-for-site-developers.aspx

360 browser compatibility adjustment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.