marks | NN n/a IE n/a CSS 2 |
Inherited: n/a | |
This is 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 Section 11.3 earlier in this chapter 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. |
|
Object Model Reference | |
[window.]document.getElementById("elementID").style.marks
|