Forum How do I...?

Placing elements on bottom of last page

cwe
We're trying to generate a billing pdf with a remittance slip positioned on the bottom of the last page (HTML-source).
As there is no :last page-selector in css3 paged media module, i've tried using float:bottom and absolute positioning with bottom:0 on the id of the remittance slip element to no avail.

Is there any way to accomplish an element of fixed height positioned at the bottom of the last page - regardless of other content and without content and the element in question overlapping each other?

Greetings and thanks in advance!
mikeday
What was the problem with "float: bottom"? This would probably be the simplest way to start with.