I've been trying to get a simple SVG rectangle to work as a background in IE9 or FF4 and neither is working for me. Here's my code:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div style="height:99px;background-image: url('bar.svg')"></div>
<iframe src="bar.svg" height="99px"></iframe>
</body>
</html>
The iframe shows the graphic but the div does not. Any ideas where I may be going wrong?
I found a working example here: But I can't make it work myself :( It's been driving me crazy.
Thanks for any help.
url('foo')and changebackgroundtobackground-image). – Blender Mar 23 '11 at 18:11urlaccessor. This site gives an example of using an SVG image as a CSS background: alistapart.com/d/… – Evan Mulawski Mar 23 '11 at 18:25