> does anyone know why the png 'shadow' layer in this svg on this page > http://www.root2art.co.uk/test/canvas/index.php appears in ie7 but not ff?
> <image transform="matrix(1 0 0 1 -178.718 294.195)" x="212" y="- 286.993" > width="340.556" height="586.993" > > xlink:href="canvas01_Images\canvas01_ImgID1.png"/> it might be because the URL is invalid. Back slashes aren't allowed in URLs and should be slashes. Also, path and filenames are usually case sensitive. I don't know exactly how browsers handle this issue on Windows, but on Unix, its definitely case sensitive. Try to fix the URL and see if it works. Andreas ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/lOt0.A/hOaOAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

