Bill: How to use code settings to control the Web page of your own site when 360 browser is turned on to force priority to speed mode, not compatibility mode

Source: Internet
Author: User

The recent use of 360 browser access to their site, found to be the preferred compatibility mode to open, which makes the site difficult to see. In order to allow 360 browser to open the site when the first trial speed mode, find the official forum, found the solution.

Add a line of code to the head tag:

<HTML>  <Head>    <Metaname= "Renderer"content= "Webkit|ie-comp|ie-stand">  </Head>  <Body>  </Body></HTML>

Content value is one of webkit,ie-comp,ie-stand, case-sensitive, respectively, represented by the WebKit kernel, IE compatible kernel, IE standard kernel.

If the page needs to be the default speed core , add tag:<meta name= "renderer" content= "WebKit" >

If the page needs to default IE compatible kernel , add tag:<meta name= "renderer" content= "Ie-comp" >

If the page needs to default with IE standard kernel , add tag:<meta name= "renderer" content= "Ie-stand" >

Original address: http://se.360.cn/v6/help/meta.html

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.