|
|
XSL-FO width Property
Definition and Usage
The width property specifies the content width of a box.
Details
- Inherited: no
- Percentages: refer to width of containing block
- Media: visual
Property Values
| Value |
Description |
| auto |
Default. The browser calculates the actual width |
| length |
Specifies a fixed width in px, cm, etc. Negative values are not allowed |
| % |
Defines the width in % of the parent element's width |
|
|
|