2

I have a problem.

I need to set some kind of z-index, like you can use on the web in HTML/CSS. Because I have a text on an image, and therefore I want to be sure that it looks good when printing.

Is there some "z-index" code I can use on theese fo:block elements?

Thanks! /Daniel

Daniel
  • 21
  • 2

1 Answers1

1

XSL-FO defines z-index property: http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#z-index You have to check your formatting agent whether does support this property.

pointer
  • 579
  • 3
  • 5