problem is that
due to the heavy use of css3 in the project
has added three meta
<meta name="renderer" content="webkit"/>
<meta name="force-rendering" content="webkit"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
domestic browsers visit the site through links. There"s nothing wrong with it. Rendering using the chromium kernel
but when you enter my site through an external link in another website that uses the ie-compatible kernel trident, my site is rendered using the trident kernel. The style is out of order.
after refreshing, the page will render normally using the chromium kernel.
how can this situation be solved