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
I can't even see it work on this
on IE11 on my computer.
Is there any JSFiddle example of a working background-image:url(.svg)
in > IE10?
Thank you!