Most voted "internet-explorer" questions
Windows Internet Explorer, also known by the abbreviations IE, MSIE, Winie, or Internet Explorer, is a proprietary Internet browser first produced by Microsoft on August 23, 1995. Use this tag on questions where support for this browser is particularly necessary (and not just any browser).
Learn more…117 questions
Sort by count of
-
14
votes2
answers438
viewsWhat are the possible values in Document.readyState?
I noticed in the documentation of MDN, as in the documentation of W3 (not to be confused with w3schools) loading document still loading Interactive the document has already completed loading and the…
-
11
votes3
answers487
viewsNavigate horizontal scroll by pressing tab
I’m using the plugin datatables. I built a table where the first four columns are fixed and the others (which will be generated "dynamically") have input for quantity typing. My intention is that…
-
10
votes5
answers462
viewsInternet Explorer, should I still be worried about him?
Today when developing a new website, should still worry about compatibility with old versions of Internet Explorer, or we have already overcome this phase? I ask this because today I received the…
-
10
votes1
answer17922
viewsMacro VBA search information on site
I need to search information on a real estate site and bring them to excel. I did the macro below: Sub zap() Set ie = CreateObject("InternetExplorer.Application") With ie .Navigate…
-
10
votes1
answer2121
viewsHide default component [arrow] form select in IE
I got a problem here at IE. I am styling the select component of the form, hiding the arrow that comes by default from the browser to load an image in its place. In FF and Chrome was quiet, but in…
-
9
votes1
answer343
viewsHTML5 video without context menu
How to disable the right mouse button context menu in videos, so the video menuzinho does not appear? $('#nome').contextmenu( function() { return false; }); The above code, but does not work in…
-
8
votes3
answers1694
viewsScript is not working in IE
I’m using this script in Chrome and it works normally. But in IE 8 or 9 it doesn’t work. I put a Debugger and an Alert to debug, but it doesn’t even enter the function. $(document).on("mousedown",…
-
8
votes2
answers278
viewsHow to remove bug from antialising lines generated in Firefox and IE?
I’m creating a border on my website, with background image. Everything works perfectly in Chrome, but in Firefox and IE appear some unwanted lines. I have noticed that they are present in the CSS3…
-
7
votes2
answers5072
viewsHow to force <option> elements to appear below <select> in IE?
In Internet Explorer, when I click on <select> the list appears on top of it instead of underneath it. I tried this code: select{ width:50px; height:50px; float:left; position:relative; }…
-
7
votes1
answer293
viewsHow do I prevent caching Ajax requests in IE 6?
I have the code below, to update a DIV on a page: var req; // FUNÇÃO BUSCA ROMANEIOS PARA EXIBIR NA TELA DE MENU. function buscarRomaneio() { // Verificando Browser if(window.XMLHttpRequest) { req =…
-
6
votes3
answers490
viewsScroll bar not hidden in Internet Explorer
I’m creating a site where I use various elements div page size, and links in the top menu that directs to these div, making a page scrolling effect every click. My problem is that in Internet…
-
6
votes1
answer533
viewsDifferent multiple select rendering for each browser
I have the following code: <select multiple="multiple" id="carros" size="1" name="carros"> <option value="volvo">Volvo</option> <option value="saab">Saab</option>…
html internet-explorer google-chrome firefox cross-browserasked 10 years, 9 months ago Philippe Gioseffi 3,202 -
6
votes3
answers719
viewsAdapt JS Code to IE8 and IE9
How can I make this code below work on IE8 and IE9, because it only works on 10 $("#input_file").change( function(event) { var tmppath = URL.createObjectURL(event.target.files[0]);…
javascript internet-explorer internet-explorer-8asked 9 years, 10 months ago Silvio Andorinha 8,394 -
6
votes1
answer177
viewsWhat is the "behavior" attribute in CSS for?
I’ve seen in some CSS codes made to work on most esteemed navigator Internet Explorer the following attribute: img { behavior: url(ie_png.htc); } What is the purpose of this behavior? Only works for…
-
6
votes2
answers248
viewsHow can I make the Blur effect on IE?
I’m using this css code to do the effect blur in a div: .blur { -webkit-filter: blur(25px); -moz-filter: blur(25px); -o-filter: blur(25px); -ms-filter: blur(25px); filter: blur(25px); } <div…
-
6
votes2
answers61
viewsIs it still recommended to treat IE (Internet Explorer) in Crossbrowser tests?
Today we know that 80% or more of website access is mobile, and that technologies are increasingly advancing in this direction as the PWA and the AMP. Source:…
-
5
votes1
answer107
viewsJqplot error in IE 7
I’m using the plugin JqPlot to generate a bar and column chart. After testing Mozilla and Chrome, which worked perfectly, I ran the test on IE7 and in the IE8 and got the following error:…
javascript jquery internet-explorer internet-explorer-7 jqplotasked 10 years, 9 months ago Eduardo Nobre 356 -
5
votes2
answers1166
views-ms-flexbox and flexbox do not work in Internet Explorer
I’m having trouble identifying what I should do to fix this mistake - I recently used the CSS Progress Wizard, it works perfectly on google Chrome and other browsers: But when I visualize in…
-
4
votes2
answers159
viewsdiv stops being updated in IE11
In a project I am developing I need to update some page fields each 50ms (this is adjustable). The problem is that when I test in IE, the fields are no longer updated overnight, with no explanation…
-
4
votes1
answer277
viewsCSS incompatibility with jquery blockUI in IE 8
I’m using jquery 1.11.0 along with the plugin jquery-blockui 2.66.0 and when locking the screen, the div white background on IE 8 and earlier. Follow the images: The call to blockUI: $.blockUI({…
jquery css internet-explorer internet-explorer-8 jquery-blockuiasked 10 years, 9 months ago Guilherme Vianna 491 -
4
votes1
answer456
viewsScroll with Animate does not work
The code below in jQuery runs perfectly well in Google Chrome and Opera. The problem is that it doesn’t work in IE and Firefox, it used to work. // Jquery document... $(document).ready(function() {…
-
4
votes1
answer429
viewsInappropriate behavior when stretching image
I have the following html code: <figure> <div id="test"> <a href="#"> <img class="wideStretch" src="caminhodaimagem/img1.jpg" alt="Img 1" /> </a> </div>…
-
4
votes1
answer216
viewsIE does not show CSS gradient and font-shadow effect correctly
Can anyone help me? I can’t get IE to accept the gradient effect, load the font and use the font-shadow below. In fact, IE is not loading anything other than text with a generic font (no…
-
3
votes3
answers132
viewsProblems with table in IE
In IE, the cells of the tbody do not accept CSS values. td:first-child{ width: 52%; } I created a jsFiddle with the table html/css: http://jsfiddle.net/rqj6r/1/…
-
3
votes1
answer582
viewsGoogle Images Chrome and IE
I’m making an HTML site. When opening the image, in PNG format, in Google Chrome (below) it appears correctly and when opening in IE 11 (above) it appears with pixels <td id="Autorizado"…
-
3
votes2
answers217
viewsHow to capture the status (and readyState) of the IE6 XHR?
Like? alert(new ActiveXObject("Microsoft.XMLHTTP").readyState); // undefined // 0 alert((new XMLHttpRequest).readyState); // 0 Edit: in my code, before I had modified the this for xhr in the scope…
-
3
votes1
answer2343
viewsInternet Explorer in Intranet Site Compatibility Mode - How to Force to Always Render as Edge?
I have a website that I made available to internal users on an intranet for approval. But users who tested with Internet Explorer 11 were with the site being rendered in "Compatibility View Mode",…
-
3
votes1
answer58
viewsVraptor - Uploading files to IE 8/9 does not work
I’m trying to upload files and it’s not working on IE 8. OBS.: Works on Chrome and Firefox perfectly. I did some research and saw that the IE 8/9 can not stand FormData as enctype. Ex: <form…
-
3
votes0
answers279
viewsError anti-forgery cookie "__Requestverificationtoken" is not present happens only in Internet Explorer
I have a problem I have no idea how to fix. I have an Asp.net mvc app posted on my machine, where I can use all the features (create, Edit, delete) perfectly, whether in Chrome or IE. It turns out…
-
2
votes3
answers201
viewsInternet Explorer Mode Patterns
Is there any way to "force" Internet Explorer and render a website in "Standards" mode? Could you give me some reading on this subject?
internet-explorerasked 10 years, 7 months ago dsantoro 883 -
2
votes0
answers19
viewsBHO and internet explorer 11
Some code in codeproject as that and that, Both are not compatible with Microsoft’s new security policy for add-ons, when entered in the record they appear in the list of add-ons, but with the…
internet-explorerasked 9 years, 11 months ago Vitor Caleffi 75 -
2
votes1
answer96
viewsProblem while removing readonly in Internet Explorer
I have a function that removes the readonly of a field after focusing the same: $input.removeAttr('readonly'); The problem is that only in Internet Explorer even after removing readonly it does not…
-
2
votes2
answers547
viewsForce CSS in IE
I have a widget on my page and it is reading an external CSS, I would like you to load my CSS as main in Internet Explorer 11. All other browsers load normally, but I need IE to work. I used "!…
-
2
votes1
answer1983
viewsInternet Explorer restricted script execution
Whenever I open the HTML page in IE the following message appears to me: internet explorer has restricted the execution of activex scripts or controls For the page to appear correctly I have to…
-
2
votes1
answer403
viewsHow to force ie10 to download page completely?
I have a page that is actually quite simple, with html and a canvas with only a few lines, nor bootstrap I’m not using. And she simply "aborts" the download of various elements, as some CSS images…
-
2
votes1
answer558
viewsHow much data can cookies store?
Cookies are information stored by websites on your computer but how much data cookies can store?…
web-application google-chrome browser internet-explorerasked 7 years, 8 months ago Juliano da Silva Barbosa 942 -
2
votes1
answer325
viewsPrivacy policy and cookie blocking in the browser
Good morning, I put a system to remember users in my program in php, I used cookies for this, as I found in Google an explanation about them, but I came across the following: IE and some browsers if…
-
2
votes1
answer112
viewsConditional Comments IE7 does not work
I have a code HTML, one with a conditional to appear only in IE7 and below I put another code without conditional to appear in IE8 up and in other browsers, but when I open IE7 the browser is…
-
2
votes1
answer106
viewsAlert in only certain browser
It is only possible with Javascript and HTML to make one appear alert only and only when the user is browsing through Internet Explorer? For example when browsing Google Chrome alert does not…
-
2
votes1
answer43
viewsHow do I make a function only run on IE 10 and 11?
I want a chunk of code (a specific function) to run only when the browser is IE 10 and 11, when it is Firefox or Chrome for example, I want that function to be ignored. That’s possible?
-
2
votes1
answer2607
viewsProblems to click links/buttons in IE using VBA
I’m having a problem to automate downloading data from a site using VBA. The first part goes well, the browser enters the desired page and inserts the criteria into a dropdown list. Just click on…
-
2
votes0
answers93
viewsJava script does not recognize object
I’m having a problem where my Javascript code when I started IE11 my object core is not recognized, however in any other browser works normally, which might be causing this loading error. Core code…
-
2
votes0
answers90
viewsIn Tiny wysiwyg editor for Bootstrap does not work creating hyperlinks in Internet Explorer
I’m using the wysiwyg editor Tiny, but I’m having trouble inserting a hyperlink in a text typed in the editor. This occurs only in internet explorer, and as follows: After typing the text, I select…
-
2
votes1
answer2766
viewsHow to make a Dowload in IE via VBA?
Hello I am using the following code to start a dowload in Intenet Explorer. Public Sub Dashboard() Dim Navegador As InternetExplorer Dim objShellWindows As New SHDocVw.ShellWindows Dim currentWindow…
-
2
votes1
answer1044
viewsVBA - Select a file to attach in the email
Good morning Ladies and gentlemen, this is my first question. I never did, because I always find the answer in some forum, but this time, I lost! So let’s have my doubt. I used a mix of codes on the…
-
2
votes1
answer118
viewsHow to return a Promise from the resolution of others?
I’m relatively new to this Promises, despite having used them numerous times, especially in AJAX requests. I’m building a front-end application that runs on Sharepoint and, to get a lot of…
javascript internet-explorer promises ecmascript-5 ecmascript-6asked 5 years, 1 month ago J. L. Muller 555 -
2
votes1
answer107
viewsPolyfill with Gulp and Babel
I’m trying to polyfill a script to work with IE8+, but it solves some problems but generates others: My configuration of .babelrc { "presets": [ [ "@babel/preset-env", { "targets": { "edge": "17",…
-
1
votes1
answer1086
viewsSCRIPT5009: 'Formdata' is not set
The Formdata tag is being displayed undefined. IE does not recognize. var formAnexo = null; if ($("#anexarArquivos").attr("enctype") == "multipart/form-data") { formAnexo = new…
-
1
votes0
answers50
viewsBug z-index IE - Bookmark reading [input] overwriting dropdown menu
Has anyone ever had this problem in IE? I have a menu and just below an input field. When I select the input field and the bookmark appears, it overwrites the dropdown from the menu.…
-
1
votes1
answer989
viewsProblem with VBA and Internet Explorer integration
I am trying to use VBA to collect data directly from the internet. I saw several examples of the use of the Internetexplorer Object, as below: Dim IE as Object Set IE = New InternetExplorer…