Hi Martin, When you click on an svg:a element it replaces the current object with the link destination content, i.e. it seems to be an iframe.
I've tried target="_parent" but this does not seem to make a difference. Thank you for your suggestion though. Kind regards, Pix-cube.com --- In [email protected], "Martin Honnen" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "pix.cube" <[EMAIL PROTECTED]> wrote: > > > I have a small SVG implementation at > http://www.pix-cube.com/cubeview.php . > > > The problem is that in Firefox and Opera native support the SVG file > is displayed in an automatically generated iframe. > > I have had a look at the source of the HTML document that you deliver > to Firefox 1.5, it shows an object element > > <object data="gencube.php" type="image/svg+xml" > style="width:100%;height:600px"> > <p>Your browser does not seem to support SVG!</p> > > </object> > > so why do you think or claim there is some generated (by whom?) iframe? > > > > Can anybody suggest a way around this problem for me? > > Have you tried > target="_parent" > ? > ----- 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/ <*> 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/

