Questions tagged as 'internet-explorer'

2
answers

CSS background-blend-mode in IE (Edge)

I'm making a website, and to avoid hovers with other images, I used blend-mode in CSS. But according to the Can I Use? IE 11 and new Edge browsers do not support. Here comes my question, in cases like this, what could I do? Try some alterna...
asked by 27.08.2015 / 01:16
2
answers

JavaScript Injection in Internet Explorer, returns null

I'm developing an application that performs automation in internet explorer, I'm using SHDocVw to do this. My problem is that I can not get the feedback from a JavaScript injection    public static void wJScript(string script) { try {...
asked by 10.07.2014 / 16:46
1
answer

Problem with VBA integration and Internet Explorer

I'm trying to use VBA to collect data directly from the internet. I have seen several examples of using the InternetExplorer Object, as below: Dim IE as Object Set IE = New InternetExplorer IE.navigate "http://www.minhapagina.com.br" html =...
asked by 29.07.2015 / 00:50
1
answer

What is the Internet Explorer compatibility view?

I'm having problems in layout with users who use the Internet Explorer browser in compatibility view. When using Internet Explorer version 11.0.21 in compatibility view what version will it assume? Is the above or any specific?     
asked by 24.08.2015 / 19:23
1
answer

Menu does not open horizontally in IE

I always use Chorme to test my application in asp.net mvc. After finishing, I tested in IE and saw that the menu was opening vertically. I noticed that it was IE update problem, because in case I was using IE8. I installed IE10 and the applicati...
asked by 24.10.2014 / 19:00
1
answer

Problems with Layout and CSS in IE 10 and 11

I'm editing some pages in C #. The pages are not very simple but without much effect. The layout works great on all browsers including EDGE. but in IE 10 and 11 everything is unconfigured. Besides the CSS does not get the HTML also undergoes som...
asked by 12.02.2018 / 00:37
1
answer

Hack CSS to work only on Internet Edge

In other browsers it has the correct alignment, but I tried the test in internet explorer of windows 10 and there is a break in the layout, I'm trying to use the hack below, but it does not want to work. /* Internet Explorer 10+, Microsoft Edg...
asked by 17.01.2018 / 14:13
1
answer

Equivalent to window.showModalDialog for Google Chrome

Hello, I need a window.showModalDialog equivalent to open as modal and wait for it to continue the font, when I open it it becomes asynchronous from my site and does not work together. ps window.showModalDialog works in IE     
asked by 25.10.2017 / 16:39
1
answer

Hide / Show function does not work in IE 8

I have a JavaScript that does the function of grouping items in a table. For example I click on it and it expands bringing more values of this item. The problem is that IE 8 does not work. In Chrome and Mozilla the function works normally....
asked by 24.03.2017 / 23:55
1
answer

I can not access IE checkbox element by vba

I'm trying to click on a checkbox in IE using VBA, but I can not access the element of this checkbox. I searched in several distinct forums and the closest I found was that access to a part of the tree might not be allowed. The site is: "...
asked by 03.05.2017 / 21:13