Hi Chuck,

thanks for the information, I thought it was some FOP implementation
specific problem so I posted it into dev.
Will try to do better next time, sorry.

I tried like below your tipp but did do nothing.
It only shows the first "Test" on the top of the page.
Doesnt "bottom" refer to the distance between the bottom of the xsl-region
and the bottom of the block-container ?
Any ideas ?

Greetings,
Patrick

                        <fo:static-content flow-name="xsl-region-before">

<fo:block-container height="8mm" width="190mm" bottom="0mm" left="0mm"
text-align="center" position="absolute" border="solid 1px white">

                        <fo:block border="solid" >
                        Test
                        </fo:block>
                        <fo:block border="solid">Test2
                        </fo:block>
                        <fo:block border="solid">Test3
                        </fo:block>
                        </fo:block-container>
                        </fo:static-content>

Dipl. Inform. Patrick Chaumette

T-Systems ITS GmbH

Service Prozesse Retail
Hausanschrift: Fasanenweg 9, 70771 Leinfelden-Echterdingen
Postanschrift: Postfach 100258, 70746 Leinfelden-Echterdingen
Telefon: (0711)972-2437
Telefax: (0711)972-1949
E-Mail: [EMAIL PROTECTED]
Internet: http://www.t-systems.de



> -----Ursprüngliche Nachricht-----
> Von: Chuck Paussa [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 16. April 2002 18:11
> An: [EMAIL PROTECTED]
> Betreff: Re: Absolute positioning?
> 
> 
> Patrick,
> 
> First. Don't cross post to the dev and user list! This is a user list 
> question and the user list is a great resource for your 
> answers. Don't 
> annoy the developers.
> 
> Next. Try this or something like it.
> 
> <fo:block-container height="8mm" width="190mm" top="0mm" left="0mm" 
> text-align="center" position="absolute" border="solid 1px white">
> 
> Chuck
> 
> Chaumette, Patrick wrote:
> 
> >Hello Jerome,
> > 
> >do you put the "position" attribute on a block-container or a block ?
> >
> >In fact I would like to be able to put a block in the bottom 
> of a static
> >xsl-region-before so that it glues with the start of the 
> xsl-region-body.
> >I thought of using a block-container with absolute-position="fixed"
> >bottom="0cm" and thus get my block at the bottom of the 
> xsl-region-before
> >and fitting right above the beginning of the region-body.
> >The body contains a table whose header should be tight to 
> the bottom of a
> >table in the region-before.
> >
> >
> >Someone has a solution for this with FOP ?
> >
> >Thanks,
> >
> >greetings,
> >Patrick
> >
> >>-----Ursprüngliche Nachricht-----
> >>Von: Jerome Siour [mailto:[EMAIL PROTECTED]
> >>Gesendet: Dienstag, 16. April 2002 16:46
> >>Cc: Esteban Gonzalez
> >>Betreff: RE: Absolute positioning?
> >>
> >>>[INFO]: FOP 0.20.3
> >>><fo:block-container absolute-position="fixed" top="240mm" 
> >>>
> >>left="100mm">
> >>
> >>FOP web site indicates that this attribute 
> (absolute-position) is not
> >>supported
> >>(http://xml.apache.org/fop/implemented.html, but is the list 
> >>up to date?)
> >>
> >>However, the "position" attribute seams to be allowed (for 
> >>value "fixed").
> >>May be should you try it...
> >>
> >>Hope this helps...
> >>
> >>Jerome.
> >>
> >
> 
> 
> 

Reply via email to