Skip to main content

Questions tagged [internet-explorer-11]

Internet Explorer 11 (IE11) is the successor to Internet Explorer 10. It was officially released on 17 October 2013 for Windows 8.1 and on 7 November 2013 for Windows 7. Microsoft apps and services to end support for Internet Explorer 11 November 30, 2020 - September 30, 2021.

internet-explorer-11
4 votes
2 answers
60k views

Javascript Excel OpenFile

I have this code: <html> <script type="text/javascript"> function test() { var Excel = new ActiveXObject("Excel.Application"); Excel.Workbook.Open("teste.xlsx"); } ...
PythonNewbie's user avatar
5 votes
4 answers
1k views

Force XMLSerializer not to collapse empty tags?

Is it possible via any configuration option to tell JavaScript's XMLSerializer not to collapse empty tags into self-closing tags? I'm feeding an xml string into the xml parser then reserializing it ...
devios1's user avatar
  • 37.6k
5 votes
2 answers
4k views

Border-radius causes weird behaviour in IE9, IE10 and IE11

This Fiddle produces expected results in real browsers (I tried FF, GC, Safari), but breaks unexpectedly in IE9, IE10 and IE11. No problems with IE7 or IE8. <div class="root"> Top <...
Evgeny's user avatar
  • 6,282

15 30 50 per page
1
182 183 184 185
186