XSL-FO left and right Property
Definition and Usage
The left property specifies how far the box's left edge is to the
right of the left edge of the box's containing block.
The right property specifies how far the box's right edge is to the
left of the right edge of the box's containing block.
Note: If the width property of the object is "auto" and both the left
and right properties have a value other than "auto", the width is overridden!
Details
- Inherited: no
- Percentages: refer to width of containing block
- Media: visual
Property Values
| Value |
Description |
| auto |
Default. The browser calculates the left/right position |
| length |
Sets the left/right position in px, cm, etc. from the
left/right edge of the containing block |
| % |
|
 |
|
Get Your Diploma!
W3Schools' Online Certification Program is the perfect solution for busy
professionals who need to balance work, family, and career building.
The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.
The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.
|
|