Skip to main content

All Questions

0 votes
0 answers
872 views

CSS :hover state not triggering in IE10 + IE11

Currently I'm working on a HTML5/CSS3 valid webapplication that is responding fine in Chrome, Firefox and IE9. I have several buttons on a page and all have a hoverstate that change the background-...
Narayan's user avatar
  • 17
1 vote
0 answers
640 views

Display table-cell on pseudo element in IE11

Running into an interseting issue with IE11 and IE10. I have a list using a check icon before each item. On mobile we want the check's position to maintain next to text in that the text does not ...
patrick's user avatar
  • 302
1 vote
1 answer
724 views

"Do Not Track (DNT)" default settings for IE 9, IE 10, IE 11, other browsers?

What is the current state of browser (client side) support of "Do Not Track" HTTP header for IE 9, IE 10, IE 11, other browsers?
Greg Dubicki's user avatar
  • 6,629
-2 votes
3 answers
2k views

Is it possible to use different css for IE(any version of ie) and chrome

Is it possible to use different css selector for IE(any version of ie) and chrome? Its a normal top property which appears differently in both browser and needs to explicitly adjusted according to the ...
user74046's user avatar
0 votes
1 answer
543 views

How to get IE11, IE10, and IE9 to run their respective versions

I have a website where a lot of users might have compatibility mode engaged, and that's causing me all sorts of problems with Angular and other various things. I can fix it if I can somehow get IE 9, ...
iverSUN's user avatar
  • 35
2 votes
0 answers
761 views

VideoJS not working in IE 10 or 11

Navigating to http://www.videojs.com/ in IE 11 gives me the following error: The video could not be loaded either because the server or network failed or because the format is not supported The same ...
Brett George's user avatar
3 votes
1 answer
1k views

How to reliably convert XML to String in IE 10/11?

Namespaces are not being properly preserved by IE 10 and IE 11 when parsing XML with jQuery and converting back to string. Is there another accepted means of doing this in IE 10/11, aside from writing ...
Adam Ormond's user avatar
0 votes
1 answer
2k views

How to set a different user agent for IE10 and IE11

I have a java web application running on Tomcat which works in Internet Explorer 8, and works in Internet Explorer 10 by setting the user agent string to IE8 mode. This web application mostly works in ...
Underverse's user avatar
  • 1,301
2 votes
1 answer
1k views

JQuery - addClass() not working for IE10+

I have created a javascript function which fades in a number of elements when the page is scrolled down to a specific point. This is done by adding the class "active" (with addClass) to the relevant ...
JB UCL's user avatar
  • 165
0 votes
2 answers
860 views

IE 10/11 memory is freed after one minute of waiting

I'm working on app which works generates large amount of data. I'm experiencing "out of memory" errors in IE11. I've checked every line where the problem could be, deleted everything unnecesary at the ...
David Vass's user avatar
0 votes
1 answer
1k views

mousedown and cursor Events Not Firing

I am using the mouse-down and mouse-up jQuery events to change my cursor in these cases. This seems to work in all browsers except for IE 10 and 11. I couldn't find any resource that would say why ...
girlintech's user avatar
2 votes
0 answers
870 views

Site not working in IE 10 IE 11

My website is not loading javascript/css files in ie10, 11. I am using this code <script type="text/javascript" src="/scripts/jquery-migrate-1.1.1.min.js"></script> <script type="text/...
Ahmad Abbasi's user avatar
  • 1,776
1 vote
1 answer
339 views

BUG - close IE10 or IE11 is inpossible with onbeforeunload and closing tab

Do you have idea for workaround for it? Steps to reproduce: 1. Create html file with content. <html> <head></head> <body> <script> var func = function(){ ...
Tazos333's user avatar
  • 586
2 votes
2 answers
755 views

Check for "-ms-expand" support

i'm trying to make a little script to style "select" tags in my html testing for the support of the "appearance" style property: if ("webkitAppearance" in select.style || "MozAppearance" ...
Seby's user avatar
  • 262
2 votes
2 answers
457 views

Difference between IE script and notification settings

What are the differences among these IE settings: Disable script debugging (Internet Explorer) Disable script debugging (Other) Display a notification about every script error If I turn on all of the ...
Khadim Ali's user avatar
  • 2,588

15 30 50 per page
1
3 4
5
6 7
10