That's an IE 'feature'. In case you haven't noticed yet, IE is a piece of crap.
You can use javascript to scroll to a named anchor, though. Do a google. scrollTo I think is one of the js functions you are looking for. Also, browserEval is your friend. Guy On 22/10/2007, at 1:23 PM, tusharsg wrote: > Hello folks, > > I am trying to refer to a named anchor (say '27') in an HTML file > (features.html) from within an SVG file (test.svg). > > Is this possible with Adobe SVG viewer plugin? The SVG specification > says it supports 'simple links.' Are 'named anchors' categorized as > so, and are they supported by SVG? > > <a xlink:href="features.html#27" target="feature_pane"> > <line class="crossing" x1="348.6687827015616" > y1="53.1680742903464" x2="389.3312172984384" y2="24.831925709653607"/> > </a> > > This is how I tried to do it, but upon clicking IE simply ignores the > '#27' part of the link and simply reloads the frame 'feature_pane' > with the HTML page. > > Any ideas? Javascript? > > Thanks, > - Tushar > > > > ----- > To unsubscribe send a message to: svg-developers- > [EMAIL PROTECTED] > -or- > visit http://groups.yahoo.com/group/svg-developers and click "edit > my membership" > ---- > Yahoo! Groups Links > > > ----- 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/

