Tagged Questions
0
votes
0answers
15 views
Does Google Analytics account for browser mode or document mode in IE?
Usage stats show that the number users with older versions of IE are thankfully decreasing but can this be relied on?
If a page is visited in IE9 but set to IE7 Browser mode and/or document mode, ...
5
votes
1answer
687 views
Trying to use IE=edge X-UA-Compatible in an iframe on a page using IE=EmulateIE7
I have a page that's going to be included in an iframe on a page where they use the following:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
and ideally I'd like to render my ...
0
votes
0answers
77 views
Browser mode IE 8 inline-block element
My application runs on Tomcat 7.0.4 and uses JSF for the view layer. The doctype used is XHTML1-transitional.
I have two environments (dev & test) with the exact setup except the OS. Dev runs on ...
3
votes
4answers
150 views
ie6 frame or mode for ie 7/8/9?
Very backwards question really, but we have a legacy system which only works with ie6, and no-other browser.
Theres not much chance of this system being renewed anytime soon unfortunately and having ...
10
votes
5answers
16k views
IE8 Browser Mode & Standards Mode
I need to force IE8 to display as follows:
Browser Mode: Internet Explorer 8
Document Mode: IE8 Standards
I have added this tag however it only affects the document mode, not the browser mode. How ...
1
vote
1answer
1k views
Disabling resize controls in IE
I have a web application, HTML wysiwyg editor based on TinyMCE (javascript).
The content editing is enabled in Internet Explorer with designMode="on".
If I put an iframe in the edited content:
This ...