Top "Internet-explorer-9" questions

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

Simple jQuery not working in IE

I jsut now noticed that some simple jQuery is not working on IE9 and IE10 for mobile. I have some …

jquery internet-explorer-9 scrollto
How can I disable the Compatibility Mode button in IE9?

I cannot disable the IE Compatibility mode button in IE9. My head and doctype look like this: <!DOCTYPE html …

cross-browser internet-explorer-9 ie8-compatibility-mode x-ua-compatible
JavaScript code in iframes in IE9 not working

I've a very complete site in ASP.NET which uses iframes. I'm working to change an old control we'd been …

javascript asp.net internet-explorer iframe internet-explorer-9
IE9: Why setting "-ms-transform" works from css, but not with jquery.css()

This works div{ -ms-transform: rotate(30deg); } And following does not $("div").css("-ms-transform","rotate(30deg)"); Any ideas why, and how …

javascript jquery css internet-explorer-9
How to target IE9 with new HTML5 Boilerplate?

I am trying to target a class for IE. However, since the boilerplate template has changed this no longer works.. .…

html internet-explorer internet-explorer-9 html5boilerplate conditional-comments
Javascript dispatchEvent click is not working in IE9 and IE10

I'm trying to simulate mouse events like click, mouseover etc on app build in ExtJs. I'm using below code to …

javascript events internet-explorer-9 dispatchevent
IE9 constantly using IE7 standards document mode no matter what I try

This is driving me insane. No matter what I try, Internet Explorer is switching to IE7 Standards Document Mode. I …

html internet-explorer-9
How can I make SmartScreen Filter trust a self-signed certificate

Microsoft's SmartScreen Filter under Windows 8 is a small developer's worst nightmare. While I realize the benefits to end users and …

windows-8 internet-explorer-9 internet-explorer-10
console.log.apply not working in IE9

Looks like I've re-invented the wheel, but somehow this isn't working in Internet Explorer 9, but does in IE6. function debug() …

javascript debugging console internet-explorer-9
IE9 Rounded Corners & CSS Background Gradients Living Together?

I came across a weird thing in IE9 trying to get a background gradient to display. Basically I'm applying multiple …

html css internet-explorer-9 conditional-comments