HTML and CSS Reference
In-Depth Information
cursor
Determines the cursor the user agent will display when an element is “moused over.”
Value: <url> | auto | default | pointer | text | help | wait | progress |
crosshair | move | e-resize | ne-resize | n-resize | nw-resize |
w-resize | sw-resize | s-resize | se-resize
Initial value: auto
Inherited: Yes
Applies to: All elements
Supported by: Firefox, Safari, Opera, Internet Explorer (see note)
Note In Firefox, Safari, and Opera, the url value is not supported.
Printing
These properties determine how a page should be handled when printed.
page-break-before
Determines how page breaks before an element should be handled. The values left and right
indicate that a page break should occur, and that the element should be placed on the left or
right page, respectively. For example, when printing topics it is common for all chapters to
start on the right page. This can be achieved by applying page-break-before: right to each
chapter title.
Value: auto | always | avoid | left | right
Initial value: auto
Inherited: No
Applies to: Block-level elements
Supported by: Firefox, Safari, Opera, Internet Explorer (see note)
Note In Opera and Internet Explorer, left and right behave normally. In Firefox, left and right are
not supported. In Safari, only auto and always are supported.
Search WWH ::




Custom Search