Saturday, September 5, 2009

Cursor

* The cursor property controls the appearance of the cursor on interactive websites.
* If we had the following included in our CSS: #box {cursor:move;} when the user places their mouse over the div with the id="box", the cursor would change to a plus sign with arrow heads signifying that the div would be dragable.
* There are a whole bunch of different values for the cursor propety: auto; crosshair; default; e-resize; help; move; n-resize; ne-resize; nw-resize; pointer; progress; s-resize; se-resize; sw-resize; text; w-resize; and wait.

No comments:

Post a Comment