Questions tagged as 'internet-explorer'

3
answers

Problems with table in IE

In IE,% cells of% do not accept CSS values. td:first-child{ width: 52%; } I created a jsFiddle with the html / css table: link     
asked by 05.02.2014 / 14:16
2
answers

How to capture the status (and readyState) of XHR from IE6?

How? alert(new ActiveXObject("Microsoft.XMLHTTP").readyState); // undefined // 0 alert((new XMLHttpRequest).readyState); // 0 Edit : In my code, before I had modified the this to xhr in the scope of onread...
asked by 15.08.2016 / 16:54
1
answer

Images google chrome and IE

I'm making a website in HTML. When opening the image, in PNG format, in Google Chrome (below) it appears correctly and when opening in IE 11 (above) appears with pixels <tdid="Autorizado" class="Title" > <a href="Autorizado.php" id=...
asked by 16.05.2014 / 16:27
1
answer

Internet Explorer in compatibility mode for Intranet sites - How to force to always render as Edge?

I have a site that I make available to internal users on an intranet for approval. However, users who tested with Internet Explorer 11 had the site rendered in "Compatibility View" because Internet Explorer verifies that the site is on the In...
asked by 27.05.2015 / 20:23
1
answer

Scroll with animate does not work

The code below in jQuery runs perfectly fine in Google Chrome and Opera. The problem is that it does not work in IE and Firefox, before it worked. // Jquery document... $(document).ready(function() { $('a[href^="#"]').click(function (event...
asked by 21.04.2015 / 02:35
1
answer

VRaptor - File upload in IE 8/9 does not work

I'm trying to upload files and it's not working in IE8. NOTE: It works in Chrome and Firefox perfectly. I've been researching and seen that IE 8/9 does not support FormData as enctype . Ex: <form id="form" method="post"...
asked by 29.09.2016 / 20:49
2
answers

Force CSS in IE

I have a widget on my page and it is reading an external CSS, I would like it to load my CSS as the main one in Internet Explorer 11. All other browsers load normally, but I need IE to work. I used "! important" in css and still did not succe...
asked by 08.12.2015 / 18:06
1
answer

Internet Explorer restricted script execution

Whenever I open the HTML page in IE I get the following message:    internet explorer has restricted the execution of scripts or activex controls For the page to appear correctly I have to enable this. Is there any way to fix this in HTML...
asked by 02.02.2015 / 16:20
3
answers

Internet Explorer mode Standards

Is there any way to "force" Internet Explorer and render a site in "Standards" mode? Could you inform me of a reading corresponding to this subject?     
asked by 22.04.2014 / 18:58
1
answer

Alert on only certain browser

Is it possible only with JavaScript and HTML to display a alert only and only when the user is browsing Internet Explorer? For example when you browse Google Chrome alert does not appear, but when you browse Internet Explorer  ...
asked by 03.07.2017 / 16:21