[svg-developers] Re: Help with dynamic inline SVG

2006-06-30 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, pothoven [EMAIL PROTECTED] wrote: Unfortunately, the embed option for IE really isn't an option since I have no file to point the src to as the SVG was generated dynamically. Since the embed tag isn't part of the w3c spec and doesn't support inline

[svg-developers] Re: Help with dynamic inline SVG

2006-06-30 Thread pothoven
--- In svg-developers@yahoogroups.com, Martin Honnen [EMAIL PROTECTED] wrote: Well you could always load some empty dummy SVG document (e.g. svg xmlns=http://www.w3.org/2000/svg;/svg ) in the embed element and then later add elements to that document, even if those elements are dynamically

[svg-developers] Re: Help with dynamic inline SVG

2006-06-30 Thread pothoven
Just wanted to follow up and say that your method of coloring and mouseover events made the coloring work for the inline version in IE and made the mouse over events work correctly in Firefox. So the only thing not working is the mouse over events when the SVG is inline in IE which works when the

[svg-developers] Re: Help with dynamic inline SVG

2006-06-29 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, pothoven [EMAIL PROTECTED] wrote: Instead of describing my problem in this post, I've tried to describe my problem on this page http://pothoven.blogspot.com/2006/06/help-with-dynamic-inline-svg.html

[svg-developers] Re: Help with dynamic inline SVG

2006-06-29 Thread pothoven
Thanks for the tip on the DOM event handlers for Firefox! Unfortunately, the embed option for IE really isn't an option since I have no file to point the src to as the SVG was generated dynamically. Since the embed tag isn't part of the w3c spec and doesn't support inline data