set hover


      
      $('.button').hover(function() {
       this.css('cursor','pointer');
      });
     });
    </script>
   </head>
  <!-@ body: mene / add / clear / help -->
   <body>
    <div id="menu">
    <div id="add" class="button">add</div>
    <div id="clear" class="button">clear</div>
    <div id="help" class="button">help
     <span id="helptext">
      Hit "add" to add a word or sentence to the pane. Move them via drag'n'drop.
      You See other peoples words and movements on this page, and they see yours!
     </span>
    </div>
    </div>