jenniferG Posted October 29, 2006 Share Posted October 29, 2006 Is there a way in javascript to change the cursor from inside a mouseOver event?. we want tochange the cusrsor to a pointer when the mouse passes over a <DIVtest</DIV> Tah.Jennifer Quote Link to comment Share on other sites More sharing options...
extrovertive Posted October 30, 2006 Share Posted October 30, 2006 <div onmouseover="this.style.cursor = 'hand';">test</div> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.