I have created a unique SVG image to use as a background, but it's not displaying in Internet Explorer 8 and earlier versions. I tried using tools like or http://code.google.com/p/svgweb/, but they only support SVG for IMG and Object elements, not backgrounds.
Here's the code I used:
background:url('img/bck_hero.svg');
Does anyone know how to set an SVG as the background in IE8/7 or provide a fallback image? Are there any javascript libraries that can help with this?
Thanks in advance,
Harley