Changing cursor for all elements not using "docu...."

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phfle1
    New Member
    • Oct 2007
    • 27

    Changing cursor for all elements not using "docu...."

    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,
  • phfle1
    New Member
    • Oct 2007
    • 27

    #2
    I found the problem. It was a css problem.

    Bye,

    -P

    Comment

    Working...