I am trying to make footer stick to the bottom of the last page of a multi-page document.
The page content is dynamic so i cannot know the last page.
I have tried below code but it made the footer appears of the first page only and if my content is large it will overflow the footer and not making content expand the page.
Code:@media print { div.divFooter { position: absolute; bottom: 0; } }



Reply With Quote
