NOTICE: This website is no longer updated or supported - as such many of the techniques used to build it may seem antiquated in the modern day. It is preserved for historical reasons only.

HTML XHTML The Complete Reference
home » reference » appendix b » css1 / css2 properties

size


This property specifies the size and orientation of a page box for printing. The size may either be "absolute" (fixed size) or "relative" (scalable, i.e., fitting available sheet sizes). Relative values include landscape and portrait. The default value is auto.

Examples


@page {size: landscape;}
@page {size: 6in 10in;}
/* funny width and height */

Browser and CSS Support Notes


CSS2
No IE support but similar proprietary facilities available.
Nav 6, 7
Opera 7

(X)HTML Elements
CSS Properties
Back: right Next: table-layout
< Home | About | Chapters | Examples | Errata | Reference | Site Map >