is it possible to apply a class that has both the onclick and onmouseover to it?
I am using the below in an href which works fine but I need to but it in a large number of places and might need to change the cursor at a later stage
<a href=# onclick="style.cursor='wait'" onmouseover="style.cursor='hand'">Hello</a>
ideally if I could
<a href=# class=changeCursor>Hello</a>
Is this possible??
Cheers
Tim
I am using the below in an href which works fine but I need to but it in a large number of places and might need to change the cursor at a later stage
<a href=# onclick="style.cursor='wait'" onmouseover="style.cursor='hand'">Hello</a>
ideally if I could
<a href=# class=changeCursor>Hello</a>
Is this possible??
Cheers
Tim