|
Q. |
I would like to set the position of top, bottom, right and left by specifying the absolute-position="absolute" to fo:block-container. From which position of the distance do I specify the value for each?
[No.2003011701]
|
| A. |
The standard value for each position is the distance from the outside area of fo:block-container as follows:
- top: Off-set from the top edge of the containing area
- bottom: Off-set from the bottom edge of the containing area
- right: Off-set from the right edge of the containing area
- left: Off-set from the left edge of the containing area
|