marksNN n/a   IE n/a   CSS 2
 Inherited: n/a
 

A page context attribute that sets whether the page should be rendered with crop or registration marks outside of the page content area. This attribute must be set within an @page rule. See the previous section "At-Rules," for details on deploying this type of style rule.

 
CSS Syntax
marks: markType | none
 
Value
Available markType values are the following constant values: crop | cross. A crop mark shows where pages should be trimmed; a cross mark is used for alignment and registration.
 
Initial Value
none
 
Example
@page {marks: crop}
 
Applies To
Page context.
Hosted by uCoz