Development JavaScript DHTML




    function function1() {
        document.all.Layer1.style.cursor = "hand";
    }
    function function2() {
        document.all.Layer1.style.cursor = "help";
    }
    function function3() {
        document.all.Layer1.style.cursor = "wait";
    }

     style="position:absolute; 
            visibility:visible; 
            width:216px; 
            height:61px; 
            background-color:#66FFFF; 
            layer-backgroundcolor:#66FFFF; 
            border:1px none #000000; 
            z-index:1">
Move the mouse over this div element.

Replace cursor for "hand"
Replace cursor for "help"
Replace cursor for "wait"