Most voted "internet-explorer-9" questions
Windows Internet Explorer 9 (abbreviated IE9) is the ninth version of the Internet Explorer browser created and manufactured by Microsoft. Internet Explorer 9 was released in its final phase on March 14, 2011, and was made available for Windows Vista, Windows 7, and Windows Server 2008 in 93 languages. Use this tag in questions where support for this browser is particularly necessary (and not any browser and/or any version of IE).
Learn more…10 questions
Sort by count of
-
6
votes2
answers750
viewsStretched image in Internet Explorer
On a page I’m developing, a web page where I have an image that fits itself according to the field space. to do this, I used the property max-width:100% that is advised on the web to make this kind…
-
6
votes2
answers244
viewsJquery iframe transport plugin works on IE10 cross Domain
I need to post xml using Federal Justice webservices, but I can only do it using IE10 in compatibility mode. I received the information that the jquery iframe transport plugin would overcome this…
-
4
votes1
answer99
viewsHow to use "display: initial;" on IE9?
I made a website, but it gave error in IE9. The effect I made is only cool with display: initial; (because it fits right in the letters). The class code is as follows:: .box-slider h2 { font-size:…
-
3
votes1
answer1331
viewsjQuery Ajax does not work on IE8 and IE9
I am using Internet Explorer 9 for testing and ajax requests do not work (in all other browsers they work). I have that code: $.ajax({ type: "GET", url:…
javascript jquery ajax internet-explorer-8 internet-explorer-9asked 10 years, 8 months ago Victor Mag 168 -
2
votes0
answers123
viewsHow to resolve Highcharts rendering error in Internet Explorer?
I’m having problems with a Highcharts chart in Internet Explorer (I tested versions 9 and 11). Same chart displays error-free in Firefox and Chrome. Look at the problem below: I noticed that the…
-
1
votes0
answers152
viewsProblem loading . css compressed in IE9
I have a problem loading styles from one page exclusively in IE9, in other browsers and versions IE10-11 work properly. The page uses Bootstrap 3.1 and another template, so it uses multiple files…
-
1
votes1
answer53
viewsAlternative to File API for outdated browser
I need to read the binary of a file and post to a certain URL, but without storing the file itself to the server (I cannot store the file). To complicate - I would love to use the HTML5 file API for…
-
1
votes0
answers23
viewsImpossible to navigate a combo with the mouse scroll on IE9
When a combo is selected and the mouse scroll is used, the screen drops instead of the combo list. This only occurs in the IE9 and IE10 browser. Could you help me with this problem? I am using…
-
1
votes1
answer1003
viewsHow to close an alert in IE in with VBA
I have an Excel macro that connects to a local tool and extracts the information. Basically I take a report according to the user. I have a column with users, however if the user does not present…
-
0
votes0
answers265
viewsIE9 decreases sidebar width with auto scroll
I am facing a layout problem with IE9. On a certain page that I am developing, there is a side menu bar with CSS property overflow-y: auto for a scrollbar to appear if the content in the menu does…