> -----Original Message-----
> From: Mark Donnelly [mailto:[EMAIL PROTECTED]
>

Hi,

> I have placed an image in my document footer.
>
> Im wondering how I can make the image transparent or at least in the
> background so that it does not overwrite content that drifts into
> the footer area?
>

Haven't tried myself, so not sure if it really works, but the compliance
page indicates full support for the 'background-image' property, so try:

<fo:simple-page-master ...>
  ...
  <fo:region-after region-name="footer"
                   background-image="{your-image-here}" />

You may have to preprocess (resize) the image in order to get the needed
results.


HTH!

Andreas



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to