Using META tags to control the 360 browser default speed mode to open their own web site _ related skills

Source: Internet
Author: User

Recently developed a Web site, a large number of the use of HTML5 and CSS3, I hope that users will be webkit the core to open the page, but the test found that 360 of the IE kernel opened as the recommended mode, do not know why. In fact, 360 to the Web site developers to design a method of choice, as long as the addition of a section of META tag code can be resolved.

To add a line of code to the head tag:

 

Content is one of the values webkit,ie-comp,ie-stand , case-sensitive, respectively, representing the use of the WebKit kernel ,IE-compatible kernel ,IE standard kernel .

If the page needs to default with the speed core, add labels:<meta name="renderer" content="webkit">

If the page need to default with IE compatible kernel, add label:<meta name="renderer" content="ie-comp">

If the page should default to use IE standard kernel, add label:<meta name="renderer" content="ie-stand">

Note : quotation marks in English state, directly copy the code after looking at the format is correct, please make your own corrections.

There is a need for reference to study.

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.