You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "Chaumette, Patrick" <Pa...@t-systems.com> on 2002/04/16 17:16:43 UTC

RE: Absolute positioning?

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



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: Patrick.Chaumette@t-systems.com
Internet: http://www.t-systems.de



> -----Ursprüngliche Nachricht-----
> Von: Jerome Siour [mailto:jsiour@cosmosbay.com]
> Gesendet: Dienstag, 16. April 2002 16:46
> An: FO
> 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.
> 

Re: Absolute positioning?

Posted by Chuck Paussa <Ch...@systems.dhl.com>.
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:jsiour@cosmosbay.com]
>>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.
>>
>