Miscellaneous Properties

@import
Value: <url>
Initial: N/A
Applies to: style sheet.
Inherited: no
Percentage values: N/A

The @import style sheet property specifies a style sheet to import. The statement must occur at the start of a style sheet, before any declarations.

Rules in the style sheet override rules in the imported style sheet. For example, if the imported style sheet and the embedded one contained declarations for a level1 heading element, level 1 heading would be styled according to the declarations contained in the embedded style sheet.

cursor
Value: auto | crosshair | default | hand | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help
Initial: auto
Applies to: all elements.
Inherited: yes
Percentage values: N/A

The cursor property specifies the type of cursor to be displayed for the mouse pointer.

Move the mouse over the boxes below to see the different cursor types

     
crosshair default hand
     
move e-resize ne-resize
     
n-resize nw-resize w-resize
     
sw-resize s-resize se-resize
     
text wait help