Popular tags are ie8
Browser manufacturers are rushing to release version updates
Some web pages also have compatibility issues with ie8
A simple line of code allows ie8 to automatically call ie7's rendering mode
Just add the following http meta-tag to the page:
<meta http-equiv=x-ua-compatible content=ie=emulateie7 />
As long as ie8 reads this tag, it will automatically start ie7 compatibility mode to ensure the complete display of the page.