【发布时间】:2011-11-04 15:00:23
【问题描述】:
我使用以下 CSS 代码将页脚放置在页面底部:
<style type="text/css">
@page {
@bottom-center { content: element(footer); }
}
#footer {position: running(footer);}
</style>
有没有办法把它显示得稍微高一点?添加margin-bottom: 50px似乎没有效果。
更新:页面将使用 iText 转换为 PDF
【问题讨论】: