Tuesday, September 1, 2009

Cursor Property

css to control appearance of cursor

style type="text/css">
#box {
/*auto | crosshair | default | e-resize | help | move | n-resize | ne-resize | nw-resize | pointer | progress | s-resize | se-resize | sw-resize | text | w-resize | wait */
cursor:move; - selection of different cursors available
background-color:C9F;
border#939 solid 1px;
width:6em;
height:6em;
}
/style>

body>
div id="box">content /div>
/body>

No comments:

Post a Comment