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

All Questions

0 votes
1 answer
60 views

Why isn't internet explorer displaying my .svg images correctly?

I have an image in my html file: <img src="../path-to-image/image.svg" class="image-class" /> and some simple css: .image-class{ height: 80px; width: 80px; } However, instead ...
Jaigus's user avatar
  • 1,472
2 votes
1 answer
2k views

SVG data URI in IMG tag isn't showing on IE11

I'm letting the user upload an SVG image, and I'm trying to show it to him. The image is showing nicely on Edge, Firefox and Chrome but not on IE11. When I'm entering debug mode, it looks like the ...
Lior Sharabi's user avatar
0 votes
0 answers
30 views

IE background-image svg issue [duplicate]

I exported my logo from Adobe Illustrator as .svg and I want to display it on my website as background-image:url(name.svg); Altough it says that background-image url it's supported until IE 8 Can I ...
user3642381's user avatar