internet-explorer-9 Questions
2
Solved
I create a greeting card for a client with css transition but I did not know that it was not compatible with IE9.
The greeting card is this http://voeux.geekarts.fr/v4.html
Is there a a way to ge...
Aristaeus asked 19/12, 2013 at 22:46
2
Solved
hy
i am looking for a way to bypass the printdialog in IE 9. I now that there are some ways for ie 7/8 but they dont work for me at ie9
can someone please give me a hint?
greets markus
Editheditha asked 14/6, 2012 at 15:9
4
What's the cleanest solution we use to overcome the problem that IE9 doesn't fire the input event when we hit BACKSPACE / DEL / do CUT?
By cleanest I mean code stinks not.
Olivette asked 17/6, 2011 at 6:58
4
Solved
If I create an HTML anchor tag and set the disabled attribute to true, I get different behaviors in different browsers (surprise! surprise!).
I created a fiddle to demonstrate.
In IE9, the link i...
Corinacorine asked 9/8, 2011 at 18:22
9
I cannot seem to make IE9 render a fieldset with rounded corners whereas other browsers do.
Has anyone encountered this too ?
Trilly asked 3/1, 2011 at 12:32
6
Solved
Is there an easy way to have css3 text-shadow's working in IE9? At least a single text shadow would be great. I guess ideally IE8 is supported as well. I'm hoping there's a simple jquery plugin or ...
Ashburn asked 1/8, 2011 at 23:28
1
I am trying to integrate some non editable zones in my TinyMCE 4. And it works fine. But now I want a cursor to become "not-allowed" over the non editable elements. I set it in css and it all works...
Living asked 13/7, 2015 at 14:18
3
Ok so sorry for being blunt here but I have been developing on IE 8 and IE9 for the past 2 years and can't seem to get this right. I work at abhor company and develop for their website. For some re...
Candace asked 15/12, 2012 at 21:2
4
Solved
In Google Chrome's Dev tools there's a simple dropdown to choose which window you want to execute your script in:
Is there an equivalent in Internet Explorer? I'm trying to run scripts from the ...
Sudden asked 4/3, 2012 at 19:30
7
Solved
When I open a webpage in IE9 with DOCTYPE as
<!DOCTYPE html>
It opens Document Mode as IE7 standards.
I need default IE9 standards on opening the page.
How to correct this document mode ...
Malt asked 19/12, 2012 at 10:5
4
Solved
I'm using JSON.Stringify and JSON.parse everywhere and it works fine with Firefox. It's working no more with IE9 nor does it work in IE8. What can I do?
Attribution asked 22/8, 2011 at 10:41
4
Solved
Is there a hack to target IE9 only? I am facing a problem in IE9 only, other browsers are working fine. I am using \9, but it is effecting IE8 as well.
I don't want to use conditional commen...
Ravenravening asked 6/9, 2012 at 9:7
6
Solved
This one is really odd - and I've tried everything I can think of. I have no issues with this in Firefox, Chrome or Opera. And when I change the icon on the server, it is updated immediately on the...
Kindly asked 18/1, 2012 at 22:22
3
I've been writing up a script that runs some server functions using a web-browser interface. I coded up the script on Windows 7 with Internet explorer 8 and it works fine.
As soon as I move it to t...
Glassman asked 4/10, 2012 at 18:6
2
Hi I am creating an angularjs app . I made $locationProvider.html5Mode as true. Now I am getting pretty url without # . It is working fine in chrome and firefox. But when I tried to open it in IE 9...
Tabard asked 31/3, 2014 at 14:0
1
Solved
Is it possible to create the image shapes in css? I've googled this more than I'd like to admit over the last week without finding a solution.
I have been able to semi-replicate it but haven't g...
Guiscard asked 14/5, 2015 at 0:23
9
Solved
Does anyone know why the following web site drag and drop examples (plus many other tutorials online) don't work in Internet Explorer 9? Chrome, FireFox and Safari are all OK.
http://www.html5rock...
Mussman asked 31/3, 2011 at 13:27
1
I have created an application for downloading pdf. the pdf is based on an html table.
The application is working fine in all browser but when i run in IE9 i am getting Error in function : 'ArrayBuf...
Underhanded asked 29/9, 2014 at 15:9
2
DEMO
Ihave tried css appearance: none; to hide select drop down arrow. But In IE9 arrow shows. For reference see the image.
Any idea how to hide arrow using css or jquery?
Here is my code:
....
Rectrix asked 29/4, 2015 at 11:26
2
Solved
I have discovered a double-click problem in IE.
The following is my HTML:
<div id="test">Hello World!</div>
And my jQuery:
$('#test').bind('dblclick', function (event) {
event.sto...
Supper asked 1/7, 2013 at 15:55
3
Solved
I'm using localStorage in my JS application and I was wondering why IE9 claims localStorage == undefined. As far as I know, IE8 supports it, is here any way to get it working in the new version?
Ziwot asked 2/8, 2010 at 21:43
1
IE 8 and lower render text awfully if it is over any element that has a "filter" applied. Nothing really surprising with that. I usually just avoid using "filter". However, I was doing some testing...
Ceolaceorl asked 21/12, 2010 at 14:34
9
I have a text input with an onkeydown event handler that converts <Enter> to <Tab> by changing the event's keyCode from 13 to 9.
<input type="text" onkeydown="enterToTab(event);" on...
Avant asked 18/3, 2011 at 3:47
4
I'm using calc() to position an image 10px from the right of a responsive container. I have a declaration like so:
background-position: calc(100% - 10px) 6px;
Whenever I try to:
load that CSS...
Abraham asked 9/1, 2014 at 17:5
7
Solved
I need to know if the browser that's identifying itself via user agent string as being IE7 or IE8 is really those browsers, or whether it's IE9 in 7 or 8 compatibility mode.
From what I can see in...
Annikaanniken asked 28/4, 2011 at 21:40
© 2022 - 2024 — McMap. All rights reserved.