I'm getting closer to getting all my stuff to work on Safari (Windows version 3.0.3), but my background raster maps do not display. The simple example below results in a blank page.
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" zoomAndPan="magnify"> <svg x="10" y="97" id="thematicMap" height="480" width="600" viewBox="403095 -260538 237076 189661" clip="auto" overflow="hidden" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" zoomAndPan="magnify"> <image xlink:href="SP42003Elect_TS00527721288243.png" x="403095" y="- 260538" width="237076" height="189661" visibility="visible" id="background" fill-opacity="0.5"/> </svg> </svg> Anyone know why? Is there a workaround? Thanks, Richard P.S. I discovered why my events weren't firing. It appears to be a problem with dynamically added content. If I "remind" Safari about the events in Javascript it works, e.g. boxMouseover = svgdoc.getElementById("checkBox"+h).getAttributeNS (null,"onmouseover"); boxMouseout = svgdoc.getElementById("checkBox"+h).getAttributeNS (null,"onmouseout"); svgdoc.getElementById("checkBox"+h).setAttributeNS (null,"onmouseover", boxMouseover); svgdoc.getElementById("checkBox"+h).setAttributeNS (null,"onmouseout", boxMouseout); weird! ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

