Search found 2 matches

by vascoace
Tue Sep 16, 2003 7:55 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Problem with Menu disappearing behind SVG map
Replies: 5
Views: 6450

I found the solution by using wmode= transparent ;)

<script language="JavaScript">
<!--
emitSVG('src="svg/DODAF/DODAF.svg" name="SVGEmbed" wmode="transparent" height=100%" width="100%" type="image/svg+xml"');
-->
</script>
<NOSCRIPT>
<embed src="svg/DODAF/DODAF.svg"
wmode="transparent ...
by vascoace
Tue Sep 16, 2003 7:23 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Problem with Menu disappearing behind SVG map
Replies: 5
Views: 6450

Did you find a solution to this problem? I'm having exactly the same problem using the menu with SVG. The menu is displayed behind the svg image and I tried using the style="z-index: 0" inside the embed. This embed is located inside a jsp file

<embed src="svg/myfile.svg"
wmode="transparent" style ...