XSL-FO top and bottom Property
Definition and Usage
The top property specifies how far the box's top position is below the
top edge of the box's containing block.
The botttom property specifies how far the box's bottom position is
above the bottom edge of the box's containing block.
Note: If the height property of the object is "auto" and both the top
and bottom properties have a value other than "auto", the height is overridden!
Details
- Inherited: no
- Percentages: refer to height of containing block
- Media: visual
Property Values
| Value |
Description |
| auto |
Default. The browser calculates the top/bottom position |
| length |
Sets the top/bottom position in px, cm, etc. from the
top/bottom edge of the containing block |
| % |
|
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4000 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|