Questions tagged as 'internet-explorer'

1
answer

Favicon does not work in IE

Good afternoon everyone. I'm doing HTML layout tests. I entered IE to see how it was and noticed that the <link rel="shortcut icon" href="img/body/icon-amova.png"/> code was not working in IE 10. I researched articles: link...
asked by 25.04.2017 / 18:01
2
answers

Identify Browser - Internet Explorer

I need to know when the user accesses the website through Internet Explorer, execute a CSS. So that's fine, here is the code I used to apply CSS: <!--[if IE]> <link rel="stylesheet" type="text/css" href="app/template/css/apen...
asked by 09.11.2016 / 17:42
1
answer

Internet Explorer always in the foreground

I'm using IE in Kiosk mode and there was an error from another app up front. What I would like to do is that if any other window appears in Windows , do not appear above the IE window, leaving it always in the foreground.     
asked by 30.12.2015 / 12:57
1
answer

font-face Internet Explorer

I'm having a loading problem in my sources in IE. It takes about 1 minute to load. Does anyone else pass or have you been through this? @font-face { font-family: 'yanone_regular'; src: url('yanonekaffeesatz-regular-webfont.eot'); src: url('yan...
asked by 23.07.2014 / 15:26
1
answer

Colorless IE table

I have a problem on the IE11 page because the rectangle appears to White and Chrome appears correctly. <formmethod="post" action="Procurarquery.php" enctype="multipart/form-data">             CSS: .Tabela { background: #7db9e8; /*...
asked by 19.05.2014 / 10:45
1
answer

SCRIPT5009: 'FormData' is not defined

The FormData tag is being displayed indefinitely. IE does not recognize. var formAnexo = null; if ($("#anexarArquivos").attr("enctype") == "multipart/form-data") { formAnexo = new FormData($("#anexarArquivos").get(0)); }  ...
asked by 24.04.2014 / 15:24
0
answers

Popup Preventing Macro from Moving Forward

I have a macro that enters a particular site, populates a form, and sends save to the system, generates a request. After that, a popup is issued with an "OK" button. This ok has eventClick that ends the process and restarts the cyc...
asked by 15.03.2018 / 15:15
0
answers

The webpage has a "waffle blocking layer" in Firefox and blocks to see the content behind screen. It works fine on IE

Good afternoon. I'm trying to access a page developed and used internally by the company in a browser other than IE and I have not succeeded. The page looks like it runs a java script that creates a block that blocks content when using other...
asked by 06.11.2017 / 18:26
1
answer

How to do a Dowload in IE via VBA?

Hello, I'm 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 As HTMLWindowProxy D...
asked by 06.10.2017 / 19:40
1
answer

Macro Vba - IE ... Click, Not working button

I am not able to click on a button that generates a report in Excel (after it opens that "File Download" tab "Do you want to save? Open? Cancel ?, but this part is quiet, I think, if not me and if they already have the solution ...). Problem...
asked by 13.09.2017 / 15:31