Re: SVG as background image

Bjoern, can you supply some tips on how to do that? I'm using Dreamweaver 4
and IE6 and the SVGs won't come up as background images. They display fine
if I embed them as objects, but that's only as inline objects.
Here's the SVG file I want to use as a background image in a table:

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="100%" height="100%">
<rect x="33" y="0" width="360" height="210" transform="rotate(9)"
style="fill:rgb(255,219,111);"/>
</svg>

Thanks for your help.

John

Received on Monday, 14 July 2003 10:28:33 UTC