Hi Tam there are two small error in your code: "var elem = evt.target," should be "var elem = evt.target;" and its ownerDocument , not ownerdocument . hth holger
p.s.: Peter, please dont use getters and setter, its evt.target.ownerDocument; not getTarget().getOwnerDocument() and text.firstChild; not getFirstChild() they are ASV specific, and only there if you want to use the browser scripting engine in NN4. use the standart methods , to stay compatible to other SVG implementations. thanks! ----- 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/

