I need to output a PDF of this page – http://mpkb.org/doku.php/home:1 – and have it make a copyright statement on the bottom of every page. The problem is that that statement is clipped when I export as PDF from Firefox for Mac. (I just have to do this once a month, so I don't necessarily care if this doesn't work in other browsers.)
Using a vintage Eric Meyer suggestion, here's the CSS I'm using:
#print-footer {display: block; position: fixed; bottom: -20px ; overflow: visible;}
I have tried:
- Changing the bottom: -20px to 0px and assigning "padding: 50px" for the elements containing the content, i.e. .dokuwiki, .clearfix, #wrap, body, html.
- Changing the margins for Firefox in the Page Setup.
- Trying Google Chrome for Mac or Safari Mac.
- Changing the background colors of the elements containing content to none or transparent.
- Changing the z-index of the elements containing content to less than z-index for #print-footer
This is too much of a pain to bring this into Adobe Acrobat whenever I update this document.
Any ideas?
thanks, Paul