CSS - marks


Description:

The marks property is used to set crop marks and cross marks on paged media. This is used with the @page rule.

Possible Values:

  • crop: Directs that crop marks be placed on the page.
  • cross: Causes the user agent to add cross marks to the page.
  • none: No marks should be placed on the page.

Applies to:

Page context

DOM Syntax:

object.style.marks="crop"

Example:

Here is the example:

<style type="text/css"> @page proof {marks: cross crop; margin: 1.5em; size: auto;} @page {marks: none;} </style>





Spacer Bottom Left Corner ImageBottom Right Corner Image
Valid XHTML 1.0 Strict  Valid CSS! Check the accessibility of this site according to U.S. Section 508