'cursor' Syntax and Note : cursor « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'cursor' Syntax and Note

Note:

Specifies the cursor type.

Syntax:
    
element { cursor: value }
elementID.style.cursor = "value"
document.all.elementID.style.cursor = "value" // IE only
    

      
      








Related examples in the same category

1.'cursor' Example
2.'cursor' Possible Values
3.'cursor' is applied to