[svg-developers] Re: Change Mouse Pointer in SVG

2005-02-05 Thread welkerpaul
If you really need this feature now you can try this kludge within ie+asv: attach to mousemove events and call { parent.document.body.style.cursor= ""; parent.document.body.style.cursor= "hand"; } in you handler. If you next questing will be about n

[svg-developers] Re: Change Mouse Pointer in SVG

2005-02-04 Thread Aashish Singhvi
See: http://www.w3.org/TR/SVG/interact.html#CursorProperty cursor attribute is not supported on ASV 3.x but is supportd in ASV6. Sorry, don't know about other browsers. Someone on this mailing had suggested a basic hack which would work in current implementations. Add a wrapper " " tag around