I haven't tried it, but the z-index property might be helpful. http://www.w3.org/TR/xsl/#z-index
Eric Amick Systems Engineer II Legislative Computer Systems From: Adam Kovacs [mailto:[email protected]] Sent: Tuesday, August 24, 2010 11:18 To: [email protected] Subject: Static-content block-container into foreground Hallo, I would need some help with displaying a block-container in a static-content. I have something like: <fo:static-content flow-name="Header"> <fo:block-container absolute-position="fixed" top="85mm" background-image="url(pages.svg)" background-repeat="no-repeat" height="19mm"> <fo:block font-size="16pt" font-weight="bold" padding-top="5mm"> <fo:page-number/> </fo:block> </fo:block-container> </fo:static-content> and in the flow somewhere <fo:block> <fo:external-graphic src="image.svg"/> </fo:block> The problem is that the image.svg is in foreground and hiding the static-content pages.svg and the fo:page-number. I would need the pages.svg and fo:page-number in foreground! Is there a possibility to set the block-container of the pages part into foreground? Thanks in advance! Adam Using FOP 1.0
