Thomas Meinike: SVG in den Hintergrund ?

Beitrag lesen

Hallo,

Using ASV3 only: include the wmode="transparent" attribute on the html <embed> tag.

Ich habe das mal mit embed probiert und es funktioniert:

<body>
<embed style="z-index: 1" src="grafik.svg" name="test" width="400" height="300" wmode="transparent" type="image/svg+xml" pluginspage="http://www.adobe.com/svg/viewer/install/">
<p>Zur Anzeige der Grafik wird der <a href="http://www.adobe.com/svg/viewer/install/main.html">SVG Viewer von Adobe</a> benötigt!</p>
</embed>
<div style="z-index: 2; position: absolute; top: 50px; left: 100px; height: 50px; width: 100px; border: 1px dashed #F00">Test</div>
</body>

Mit object waere es natuerlich noch erfreulicher.

MfG, Thomas