I got stuck on this for a while - I could not figure out why a website presented in two different versions differently. Half an hour before Internet Explorer, I came across the Compatibility Mode button in IE, which caused me a lot of anger.
Disabling compatibility mode fixes my issue.
Is this a way to disable the program from a web page?
Editing: <
Just came to this blog
I will post an example code after reading the article
If you want "old" rendering, and there is no button to show on the toolbar so that user switch mode You can use:
& lt; Top & gt; & Lt ;! - Mimic Internet Explorer 7 - & gt; & Lt; Meta http-equiv = "X-UA-Compatible" content = "IE = EmulateIE7" & gt; & Lt; Title & gt; My web page & lt; / Title & gt; & Lt; / Head & gt;
Other options (old and new) include: IE = 5
, IE = 7
, IE = 8
, or IE = edge
(edge is available equivalent to the highest mode)
Comments
Post a Comment