Use meta tags to make Web pages open with 360 by default to fast mode

Source: Internet
Author: User

Recently done projects, with 360 browser access to their local Web page, found that are default in compatibility mode to open, do the fade-out carousel effect in compatibility mode when looking, feel the switch is very blunt. Baidu, found 360 official website help has instructions to control the browser kernel with meta tag, the URL is http://se.360.cn/v6/help/meta.html.

The way to do this is simply to add a meta tag to the head tag:

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" >

Use meta tags to make Web pages open with 360 by default to fast mode

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.