css - Footer on last printed page -
I have a web page that the client wants to print, and that part would have trouble getting around my head
#printfooter {display: block;
I used to get the footer to sit in the bottom of the page with the last printed
status: fixed; Below: 0;}
But it displays the footer at the end of each page.
Maybe I'm asking a lot from CSS ... is this possible?
I am thinking that I should just be mad & lt; Br /> 's (^ _ ^)
Try to complete the relative and footer of the body Do:
body {status: relative; } #printfooter {status: complete; Bottom: 0; }
You can use something with:
@page: last {@ bottom-center {content: "..."; }}
Comments
Post a Comment