Dear Martin, Petronel and others, Thanks for asking the question and for answering it! I am responsible for a web application which is using SVG for navigation purposes already for about 1½ years. So far we only provided official support for the combination MSIE with Adobe SVG viewer. Now it appears Firefox (FF) that has built-in support for SVG and almost 14% of our users is using FF! Unfortunately, the SVG code we have causes some errors. So, I am trying to see where I can enhance the code to the extent that no errors are occurring. Your answer in this thread has already helped me a lot! However, I still have a problem with links, please. Besides, built-in GIS functionality like panning, zooming etc. by means of Javascript is also not working, but I will solve those problems later.
When the user starts the web application, a map of Europe is shown in one of the frames of the frameset I use. I use an HTML-file for Europe which refers to a SVG file for Europe by means of an embed tag. Each country on the map is clickable - e.g. Germany - and when clicked an HTML file for Germany is supposed to load with an embed tag which refers to an SVG map of Germany. The problem that occurs in FF when I click on Germany is that the HTML-file does not load instead of the HTML-file for Europe, but inside of it, as if there is an IFRAME within the HTML-file for Europe. When I click on a link just below the map of Germany, to go back to the map of Europe, the HTML-file for Europe loads in a frame within the HTML-file for Germany! Continuing back and forth results in a screen full with scroll bars! I have already tried to add a tag target="_top" like in HTML, but I am not so surprised that it does not work. I don't really know where to look up the appropriate tag though. Please help! TIA Kind regards, Dobedani --- In [email protected], "Petronel Laviniu MALUTAN - Talente.ro" <[EMAIL PROTECTED]> wrote: > > I could not make this work ! Can you please show me where I am wrong ? > > <a xlink:href="http://www.dicamaro.com"> > <text > transform="scale(0.997405,1.002602)" > id="text1312" > y="167.3129" > x="57.444744" > > style="font-size:17.6658783px;font-style:normal;font- weight:normal;fill:#704 > 300;fill-opacity:1;stroke:none;stroke-width:1px;stroke- linecap:butt;stroke-l > inejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" > xml:space="preserve"><tspan > y="167.51057" > x="57.444744" > id="tspan1318" > sodipodi:role="line">www.design3d.ro</tspan></text> > </a> > > Petronel > ----- 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/

