Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
4 answers
14k views

Grayscale CSS Background in internet explorer 10 and 11?

Grayscale is working fine with all the browsers except ie10 and ie11. I have even tried this. It worked well with images these are embedded in HTML code, but is not working as background image, ...
user3545339's user avatar
6 votes
2 answers
3k views

SVGSVGElement.children not working in IE11?

I have a very simple jsfiddle here: http://jsfiddle.net/9uS3u/ It consists of this html: <svg></svg> And this javascript: alert(document.getElementsByTagName("svg")[0].children); I ...
recursive's user avatar
  • 85.5k
1 vote
2 answers
626 views

IE11 Strips Commas from my SVG/XML Attributes

I have a simple web based drawing tool where I use SVG to store the drawing in a data base. Typical sag looks like this : <?xml version='1.0'?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN'...
Zoran's user avatar
  • 383
0 votes
1 answer
368 views

CSS3 Transform Issues in IE10/IE11

I'm having trouble getting this svg to display correctly in IE10/IE11. It works fine in Chrome and Firefox. Here is a CodePen with my situation. Any thoughts?
Bimsley's user avatar
  • 73
1 vote
1 answer
464 views

SVG strange behavior in IE10+

I'm using svg patterns to define custom background images for the fill attribute in svg's later in the page. I'm hiding the original svg and pattern definitions at the top of the page. IE9 has no ...
MikeBman's user avatar
7 votes
4 answers
9k views

Google Maps SVG image marker icons not showing in IE11

There is an issue on a site I have been working on that for some reason the SVG image markers are not showing up in IE 11. I have two sets of markers: the default zoomed out has PNG markers for the ...
Harris's user avatar
  • 81

15 30 50 per page
1
5 6 7 8
9