> Is there a way to embed HTML within SVG and have it all show up within > the Internet browser?
Yes, almost(the damn IE embed thinks it's the top element, and is somewhat insensitive to other stuff on the page)... You can overlay an iframe, within a span, over the SVG embed in IE. It can work just dandy, but will initally loose focus. Workaround is simple: just call style first for visibiity='hidden', then visibility='visiblity' for the span, to refocus it upon the embed. I know this may excercise stupidy, but give it a try, Francis ----- 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/

