Re: overflow of fixed block-container

2010-10-24 Thread Russell Levy
> > what you're looking for is essentially the flow-map feature of XSL 1.1, > I believe. That allows you to define multiple "flow regions" where > content can flow from one page to the other. Absolutely/fixed positioned > block-containers can't overflow to the next page. Only block-containers > wit

Re: overflow of fixed block-container

2010-10-21 Thread Jeremias Maerki
> > > > > > Jeremias Maerki > > > > > > - > > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > > For additional commands, e-mail: fop-users-h.

Re: overflow of fixed block-container

2010-10-21 Thread MatthiasR
t; page (with the other two areas of the page blank). Is that possible? I >> could >> post code if that's helpful. > > > > > Jeremias Maerki > > > - > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > For additional commands, e-mail

Re: overflow of fixed block-container

2010-10-20 Thread Jeremias Maerki
Hi Russel, what you're looking for is essentially the flow-map feature of XSL 1.1, I believe. That allows you to define multiple "flow regions" where content can flow from one page to the other. Absolutely/fixed positioned block-containers can't overflow to the next page. Only block-containers wit

Re: overflow of fixed block-container

2010-10-20 Thread Rob Sargent
Haven't cracked rev 1.0 yet but maybe it the top container was the entirety of the region body and the same page-master is in effect the text would show in a similarly place box on the next page. (Nothing will ever get to the other boxes tho.) On 10/20/2010 05:30 PM, Russell Levy wrote: > Hi, > I

overflow of fixed block-container

2010-10-20 Thread Russell Levy
Hi, I have a simple document with three block-containers, each with a fixed position on the page, aligned horizontally (page split into three parts). When the top block-container overflows, I want the overflow to go to a new page (with the other two areas of the page blank). Is that possible? I cou