Questions tagged as 'internet-explorer-9'

2
answers

Stretched image in Internet Explorer

On a page I'm developing, a webpage where I have an image that adjusts itself according to the field space. to do this, I used the max-width:100% property that is advised on the web to make this kind of adaptation into responsive template...
asked by 16.12.2013 / 12:18
2
answers

Jquery iframe transport plugin works in 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 iframe plugin transport from jquery would overcome this difficulty. Is this real or should I make my...
asked by 27.02.2014 / 23:46
1
answer

How to use the "display: initial;" in IE9?

I made a website, but it made a mistake in IE9. The effect I made only gets cool with display: initial; (because it fits right into the letters). The class code is as follows: .box-slider h2 { font-size: 23px; background-colo...
asked by 04.02.2014 / 17:16
1
answer

jQuery Ajax does not work in IE8 and IE9

I'm using Internet Explorer 9 for testing and ajax requests do not work (in all other browsers they work). I have this code: $.ajax({ type: "GET", url: "http://cep.correiocontrol.com.br/60441145.json", dataType: "json", succ...
asked by 16.04.2014 / 23:07
0
answers

How 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). The same graph appears error-free in Firefox and Chrome. See the problem below: InoticedthattheproblemoccurswhenIhavealargeamountofdatatodispla...
asked by 29.10.2015 / 21:24
1
answer

Alternative for File API for Outdated Browser

I need to read the binary of a file and post to a given URL, but without storing the file itself to the server (I can not store the file). To complicate - I would love to use the HTML5 file API for this, but I have to support IE9 (in every se...
asked by 09.09.2014 / 22:50
1
answer

How 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 the users, however if the user does not present results in one day the tool triggers an alert...
asked by 26.02.2018 / 19:34
0
answers

Unable to navigate a combo with the mouse scroll in IE9

When a combo is selected and the mouse scroll is used, the screen scrolls down instead of the combo list. This only occurs in the IE9 and IE10 browser. Could you help me with this problem? I'm using bootstrap, would it be some specific compoment...
asked by 30.11.2015 / 13:06
0
answers

Problem loading the compressed .css file in IE9

I'm having a problem loading one page styles exclusively in IE9, other IE10-11 browsers and versions work correctly. The page uses Bootstrap 3.1 and another template, so it uses multiple .css files. These files are being compressed per op...
asked by 27.05.2014 / 18:14
0
answers

IE9 decreases sidebar width with auto scroll

I'm facing a layout problem with IE9. On a certain page I'm developing, there's a side menu bar with CSS property overflow-y: auto so that a scroll bar appears if the content in the menu does not fit the part defined for it. The behavi...
asked by 20.08.2014 / 20:47