尝试将相对的身体和绝对的页脚定位:
body { position: relative;}#printfooter { position: absolute; bottom: 0;}借助CSS 3 Paged Media模块,您可以使用以下代码:
@page:last { @bottom-center { content: "…"; }}
尝试将相对的身体和绝对的页脚定位:
body { position: relative;}#printfooter { position: absolute; bottom: 0;}借助CSS 3 Paged Media模块,您可以使用以下代码:
@page:last { @bottom-center { content: "…"; }}