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