I have a feature where the cursor spins when the page is waiting, after a user clicks.
The HTML in the button tag
onmousedown="cursor_wait()"
The corresponding Javascript
function cursor_wait() {
document.body.style.cursor = 'wait';
}
The feature only works when the cursor is not hovering over a button.
How can I add this feature to display when the cursor is over a button?
Thanks.
This post has been edited by dunsta: 30 January 2012 - 06:38 PM

New Topic/Question
Reply



MultiQuote



|