1 Jul 2003 14:32
regions overlaps - only in certain cases
Zmitko, Jan <Jan.Zmitko <at> Dresdner-Bank.com>
2003-07-01 12:32:32 GMT
2003-07-01 12:32:32 GMT
Hello, I´ve read in the FAQ and the Archive of the List. But I´ve not found accurate Solution for my Problem. My Problem is, that my region-before overlaps with the region-body but only if the region before has a line more (cause by linebreak). The margin and extend values I´ve set. My XSL Stylesheet shows as follows. Havy anybody an idea how to solve it. Thanks, Jan <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="simple" page-height="29.7cm" page-width="21cm" margin-left="1.7cm" margin-top="1.0cm" margin-bottom="1.3cm" margin-right="1.2cm"> <fo:region-before extent="5.5cm" /> <fo:region-body margin-top="5.5cm" margin-bottom="2.85cm"/> <fo:region-after extent="2.85cm"/> <fo:region-start/> <fo:region-end/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="simple"> <fo:static-content flow-name="xsl-region-before" display-align="before"> <fo:block-container absolute-position="fixed" position="absolute" height="2.0cm" left="-0.85cm"> <xsl:call-template name="headerLogo"/> </fo:block-container>(Continue reading)
RSS Feed