Hi, For a long while now, I'm trying to find an example or more information about the use of property 'position="relative"'. According to the "docs/html-docs/implemented.html" that comes with the FOP-0.20.3 distribution, this property must be implemented. What I'm trying to do is to position a block-container relative to a preceding block-container:
<fo:block-container ...> ... </fo:block-container> <fo:block-container position="relative" top="100pt" left="100pt" ...> ... </fo:block-container> However, the second block-container is not positioned relative (= with 100pt offset to the left and the top) to the preceding one. The second block-container is positioned at the bottom of the page, with a 100pt offset to the left and to the bottom. It seems as if the 'position ="relative"' property is ignored. I searched the fop-dev and fop-user databases, but I found no answers there. Could someone please help with an explanantion or a (working) example? Joke Dehond System Programmer & Designer Inventive Designers n.v. [EMAIL PROTECTED]
