ASV ignores cursor='pointer'. The <a> tag doesn't work on Safari but cursor='pointer' does. both work on Firefox. The <a> tag can be specified with just a title and no href at all, so this works on all three browsers :-)
<a title="" cursor="pointer"> Still no idea on the mouseovers but I'm on leave this week (will try again on Monday) Richard --- In [email protected], "Tim Rowley" <[EMAIL PROTECTED]> wrote: > > On 9/21/07, richard_smith_ons <[EMAIL PROTECTED]> wrote: > > I have now found out why the page keeps restarting. It's the dummy > > <a> tags - D'oh! > > > > Including an <a> tag with a dummy href as below means that the mouse > > pointer behaves in the normal hyperlink way (in both ASV and FF), > > otherwise it serves no purpose. Trouble is Safari interprets it as a > > request to reload the page! > > Would just setting the 'cursor' property on the containing <g> do what > you want without using <a> in that manner? > ----- 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/

