Skip to main content

All Questions

-2 votes
1 answer
214 views

Compatibility from ie11 to ie10

I developed on ie11 and the code works fine in this browser version, but when I use ie10 - it doesn't work. I found this: if ($.browser.msie && $.browser.version === 10) { $("html")....
moshe's user avatar
  • 39
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
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
1 vote
1 answer
849 views

Change hover background colour in dropdown menu for IE 10 and 11

Does anyone know if it's possible to change the colour of the highlighting in dropdown menus for IE 10 and 11? IE 9 highlights with a blue background whereas IE 10 and 11 highlight with grey. I'd ...
Hoggie1790's user avatar
0 votes
1 answer
528 views

Get dynamically generated (rendered) HTMl from IE

Is there an easy way to get rendered HTML from IE 11? I can not use WebBrowser control because my web application needs to install ActiveX control prior to loading Javascript generated HTML - which is ...
K S's user avatar
  • 301