I'm trying to use an onmouseover event to change the cursor to a custom .cur image.
onMouseOver="th is.style.cursor ='icons/cursor.cur';"
The above code works fine in IE but not in Firefox. It's important the users know where they can click.
Could anyone help please?
onMouseOver="th is.style.cursor ='icons/cursor.cur';"
The above code works fine in IE but not in Firefox. It's important the users know where they can click.
Could anyone help please?
Comment