Home >Web Front-end >HTML Tutorial >How to use code to set ie11 to force open compatibility view or use ie8 kernel? _html/css_WEB-ITnose
I added the following code to the meta tag in the header of the page, but it didn’t work:
Why add so many?
IE=8: will force the page to be rendered according to IE8 standards, ignoring the document type declaration.
IE=edge: Always render the page in the latest document mode, ignoring the document type.
IE=EmulateIE8: If there is a document type declaration, the page will be rendered in IE8's standard mode, otherwise it will be rendered in IE mixed mode.
You can just use the first or the third one, why do you need to use the three together?
Why add so much?
IE=8: will force the page to be rendered according to IE8 standards, ignoring the document type declaration.
IE=edge: Always render the page in the latest document mode, ignoring the document type.
IE=EmulateIE8: If there is a document type declaration, the page will be rendered in IE8's standard mode, otherwise it will be rendered in IE mixed mode.
You can just use the first or the third one, why do you need to use the three together?
Why do you need to add so many?
IE=8: will force the page to be rendered according to IE8 standards, ignoring the document type declaration.
IE=edge: Always render the page in the latest document mode, ignoring the document type.
IE=EmulateIE8: If there is a document type declaration, the page will be rendered in IE8's standard mode, otherwise it will be rendered in IE mixed mode.
You can just use the first or the third one, why do you need to use the three together?
Just change 8 to 7, can you??
Friend, has this problem been solved? Please help
Please help! ! ! ! ! ! ! ! ! ! !
Is it solved? Please share
Has this problem been solved? Please share!
Please help! ! ! ! ! ! ! ! ! ! !
I also have the same problem. Follow