[xep-support] absolute-position="absolute"

Michael Sulyaev msulyaev at renderx.com
Fri Feb 18 09:08:48 PST 2005


Hello, Jan.

Thursday, February 17, 2005 at 6:27:32 PM you wrote:


JCH> To the XEP developers,

JCH> Do you have any plans for supporting absolute-position="absolute"?

XEP supports absolute-position="absolute".

JCH> We would like to position text on top of an image at defined coordinates
JCH> relative the image and not relative the page. The only way we can think of
JCH> is to use the absolute-position property in a block-container with an
JCH> "absolute" value.

I suppose that background-image on a block-container could help:
(assuming that your_image is 300pt*100pt)

                  <fo:block-container border="thin solid black"
                                      width="300pt" height="100pt"
                                      left="150pt" top="100pt"
                                      background-image="url('your_image')"
                                      display-align="center">
                        <fo:block text-align="center">text above a picture</fo:block>
                  </fo:block-container>

JCH> Jan Christian Herlitz
JCH> Excosoft AB

JCH> -------------------
JCH> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
JCH> in the body of the message to majordomo at renderx.com from the address
JCH> you are subscribed from.
JCH> (*) By using the Service, you expressly agree to these
JCH> Terms of Service http://www.renderx.com/tos.html



-- 
Best regards,
 Michael Sulyaev                          mailto:msulyaev at renderx.com
RenderX

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list