
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Printing |
| Previous Style: marker-offset
| Next Style: max-height
|
marks
Specifies the type of marks that are added outside the page box.
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Possible Values:
- crop
Crop marks are added outside the page box.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
-
Notes:
-
Crop marks are used to trim pages. Can also be used with cross.
- cross
Cross marks are added outside the page box.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
-
Notes:
-
Cross marks are used to align pages. Can also be used with crop.
- none
No marks are added to the page.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Example:
<STYLE TYPE="text/css">
<!--
body {marks: cross}
-->
</STYLE>
| Index
| Current Category: Printing |
| Previous Style: marker-offset
| Next Style: max-height
|
|