Hi,
Is it possible to change the cursor style for all elements without using the document.body.s tyle.cursor .
I'm trying to change the cursor globaly, but I have problems with it since my page contains an ascx form. The problem is that with the cursor is ok all over the page but not in the form zone.
Maybe I could run through all elements with the getElementById( ) recursively, but I don't quite know how.
Thanks,
Is it possible to change the cursor style for all elements without using the document.body.s tyle.cursor .
I'm trying to change the cursor globaly, but I have problems with it since my page contains an ascx form. The problem is that with the cursor is ok all over the page but not in the form zone.
Maybe I could run through all elements with the getElementById( ) recursively, but I don't quite know how.
Thanks,
Comment