Forum Moderators: open
This is the set up I need to work:
<div id="imap" style="position:relative;
visibility:visible;
left:0px;
top:0px;
cursor: pointer;
width:<?php echo $gpoMap->width;?>px;
height:<?php echo $gpoMap->height;?>px;
border-width:1px;
border-color:red;"
onmousedown="startRubber(event)"
onmousemove="moveRubber(event)"
onmouseup="stopRubber(event)">
<embed name = "examples" src ="<?=FRAMEWORK?>/SVG.svg" width = "<?=$gpoMap->width?> " height = "<?=$gpoMap->height?>">
</div>
Thanks for the help.
Have you tried the <object> tag instead of <embed>? I've read that there have been some issues with it on Safari, but it might be worth giving it a shot.