Monday, March 26, 2012

How do I change the cursor style when the user hovers over a DIV element?

A simple question: I just want to change the style of the cursor when the user hovers over a DIV element. I know how to do it in JavaScript, I'm just wondering if there is an ATLAS way to do it.

Thanks in advance!

Disregard the previous question. That can be achieved simply by setting the CSS stlye of the element. What I meant to ask is how do I change the cursor to a "move" type when the mouse is clicked on the DIV element, as in the case when it is dragged around using the ATLAS drag and drop functionality.

No comments:

Post a Comment