When the user clicks a button, I want to show an hourglass cursor
while its onclick handler is being run. I tried this:

$$('body').first().setStyle({cursor: 'progress'});

The hourglass only appears when I hover over the body background. When
hovering over the button itself (which is an <a>), the cursor does not
show the hourglass.  How do I get the hourglass to appear regardless
of where I'm pointing?

Thanks.

--

You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=.


Reply via email to