internet-explorer Questions
2
I've got a really small scroll-able table which shows scroll buttons and scroll-bar just fine in older IEs, but IE11 has problems, because up/down buttons are so large that they somehow overlap and...
Oestradiol asked 18/11, 2014 at 11:41
5
Solved
On a Windows server with Internet Explorer Enhanced Security Configuration enabled, calling Invoke-WebRequest like this:
Invoke-WebRequest "http://localhost" -UseBasicParsing -UseDefaultCredential...
Obstacle asked 16/9, 2014 at 7:27
4
Solved
I have this code:
<tr>
<td width="40%" align="left" class="form_cell">
<span class="sub_header">Update or Delete</span><br />
Please select whether you would like ...
Aquiline asked 21/9, 2012 at 9:25
8
Solved
I wonder if it's possible to show a warning or open a pop-up, which would say update your IE to latest version or use Firefox / Chrome / Safari instead, when browser is Internet Explorer IE8 or old...
Oona asked 6/4, 2012 at 14:25
5
I'm facing a weird problem with Internet Explorer 11 running on Windows 10 machine.
Using an SVG image as background thats appears totally black, Edge with the same code works fine.
Here a little ...
Progeny asked 11/12, 2015 at 14:35
12
Solved
I have project in which I need to create an <iframe> element using JavaScript and append it to the DOM. After that, I need to insert some content into the <iframe>. It's a widget that w...
Sibyls asked 11/12, 2009 at 8:7
11
Solved
I need to change the style for a disabled input element in CSS.
<input type="text" class="details-dialog" disabled="disabled" />
How I can do this for Internet Explorer?
Goodsell asked 31/5, 2011 at 11:39
2
Solved
I'm using the following function to copy some text to my clipboard:
navigator.clipboard.writeText('Text to be copied').then(function() {
console.log('Template copied to clipboard')
}, function() {...
Alcina asked 5/9, 2018 at 5:3
3
Solved
I would like to convert a PDF to base64 and show on browser.
The problem is , the following code works for Firefox and Chrome
<iframe src="data:application/pdf;base64,encodeString></ifra...
Stanfill asked 5/9, 2013 at 3:42
8
I have been working on a project and developing a JavaScript framework. The original code is about 700 lines so I only pasted this line. The includes method doesn't work on Internet Explorer. Is th...
Hobbs asked 4/7, 2015 at 13:46
12
Solved
I'm trying to set all the connection settings in IE.
I've found how to modify most of them, in the path :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
But I can'...
Monarchy asked 4/11, 2009 at 14:33
3
Solved
There seems to be random white space after the footer at the bottom of the site, but it only shows up in IE and Firefox. The site pulls up fine in Safari and Chrome. When I try to use inspect eleme...
Sparrow asked 24/1, 2013 at 21:13
3
The problem I'm having is with the contentEditable attribute in IE.
The problem is that I'm getting resize handles, and a thick border around elements when they're in focus. The styles for with, h...
Ballistic asked 21/7, 2011 at 6:53
33
Solved
I am calling a function like the one below by click on divs with a certain class.
Is there a way I can check when starting the function if a user is using Internet Explorer and abort / cancel it ...
Defeat asked 15/11, 2013 at 10:53
16
Solved
When I want to detect IE I use this code:
function getInternetExplorerVersion()
{
var rv = -1;
if (navigator.appName == 'Microsoft Internet Explorer')
{
var ua = navigator.userAgent;
var re =...
Conscionable asked 28/7, 2013 at 10:49
5
Solved
Below piece of code does not work in IE 11, it throws a syntax error in the console
g.selectAll(".mainBars")
.append("text")
.attr("x", d => (d.part == "primary" ? -40 : 40))
.attr("y", d =...
Incorporated asked 24/10, 2016 at 10:22
5
Solved
I am trying to make a website look better in IE, so i decided to use conditional comments. So I used this conditional comment to link to the stylesheet.
<!--[if IE]>
<link rel="styleshee...
Melissa asked 21/12, 2012 at 4:50
6
Solved
I am looking for options which will allow me change connection proxy information of IE thru command line.
Delorenzo asked 15/2, 2010 at 10:9
5
I'm trying to write a python script on windows platform to open a webpage(such as Google), and then, after 10 seconds, close this website.
Note: I'm using Windows 7, Python 2.7.10, and IE
Decay asked 27/11, 2015 at 9:7
2
Solved
I now found an answer:
It just works when I add display: none !important;. I dont know, what exactly is blocking the display: none; but if someone else has this error, try to add !important a...
Ore asked 26/4, 2020 at 22:42
3
Solved
Swiper slider is okay on chrome but in the internet explorer, it is not working how I fix this anyone has a solution of this? if yes please share it Thanks
Infest asked 23/7, 2020 at 14:52
6
Solved
I'm testing my personal website from host. It works fine with chrome, safari, firefox, almost fine with edge, and not at all with IE11.
The page displayed is index.html, the scripts don't load and ...
Enrapture asked 21/3, 2019 at 14:40
6
Solved
I've been working on a dropdown menu similar to Suckerfish. I've got the dropdown side working now, but I have some images I'm trying to put on either side of the links. Right now I'm using a div t...
Twopenny asked 10/5, 2012 at 18:51
5
Solved
I have an element that needs to be vertical in a design I have done. I have got the css for this to work in all browsers except IE9. I used the filter for IE7 & IE8:
progid:DXImageTransform.Mi...
Ledoux asked 1/2, 2011 at 16:28
6
SCRIPT5: Access denied
jquery.min.js, line 3 char 3769
I'm getting this error by simple form submit only in IE
$("#icon_upl").click(function(){ //icon_upl is button which open dialog
$("[name...
Sural asked 19/5, 2012 at 18:31
© 2022 - 2024 — McMap. All rights reserved.