I have a document which with a varying body length.
If the document is 1 page long, we need the "last page footer" on the bottom
if the document is many pages long, we need an "interim page footer" on the bottom of all but the last page.
All the footers have the same height.
I have tried combining float-bottom with a flowed footer, but the but the flow always overlaps the float, and setting the z-index does not work.
I tried using javascript to find boxes, but I could not find the footer boxes.
Any assistance would be appreciated.
R
If the document is 1 page long, we need the "last page footer" on the bottom
if the document is many pages long, we need an "interim page footer" on the bottom of all but the last page.
All the footers have the same height.
I have tried combining float-bottom with a flowed footer, but the but the flow always overlaps the float, and setting the z-index does not work.
I tried using javascript to find boxes, but I could not find the footer boxes.
Any assistance would be appreciated.
R