Top "Internet-explorer-9" questions

Windows Internet Explorer 9 (abbreviated as IE9) is a web browser developed by Microsoft, released on 14 March 2011.

How do I fix twitter-bootstrap on IE?

The navbar doesn't seem to be working properly in IE. Here's a screenshot of it in IE. I've been looking …

twitter internet-explorer-9 twitter-bootstrap
SCRIPT5: Access is denied in IE9 on xmlhttprequest

var xhttp=new XMLHttpRequest(); xhttp.open('GET', 'foo.xml', false); F12 pops back: SCRIPT5: Access is denied. on Line 95, which …

javascript xmlhttprequest internet-explorer-9
CSS3 transform: rotate; in IE9

I have an element that needs to be vertical in a design I have done. I have got the css …

internet-explorer css rotation internet-explorer-9
Does IE9 support console.log, and is it a real function?

In which circumstances is window.console.log defined in Internet Explorer 9? Even when window.console.log is defined, window.console.…

javascript logging internet-explorer-9
addEventListener in Internet Explorer

What is the equivalent to the Element Object in Internet Explorer 9? if (!Element.prototype.addEventListener) { Element.prototype.addEventListener = function() { .. } } How …

javascript internet-explorer internet-explorer-9 addeventlistener
Will the IE9 WebBrowser Control Support all of IE9's features, including SVG?

I recently upgraded to IE9-beta. Now, In my .Net (3.5) WinForm application I want to use WebBrowser control. So my …

c# .net-3.5 browser webbrowser-control internet-explorer-9
css3 text-shadow in IE9

Is there an easy way to have css3 text-shadow's working in IE9? At least a single text shadow would be …

internet-explorer-9 css3pie css
Make Adobe fonts work with CSS3 @font-face in IE9

I'm in the process of building a small intranet application and try, with no luck, to use Adobe font I …

internet-explorer css internet-explorer-9 font-face
IE9, Automation server can't create object error while using CertEnroll.dll

In my web page, a JS block like this: var classFactory = new ActiveXObject("X509Enrollment.CX509EnrollmentWebClassFactory"); // Other initialize CertEnroll …

automation internet-explorer-9 x509certificate activexobject
header("Content-type: text/css"); is working in Firefox and Chrome, but in Internet Explorer 9 it shows up as 'text/html'

header("Content-type: text/css"); works in Firefox, Chrome and other, but not in Internet Explorer 9. I am not sure what's …

php http-headers content-type internet-explorer-9