Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 2 个 div,如下所示:
jsFiddle
您可以将它们渲染,一个在彼此之上,这很好。
问题是在 PDF 中的定位。
我已经尝试过样式position:absolute;top:100px等,但由于某种原因,在使用mPDF. 任何top, left, right or bottom定位似乎都不起作用。这是 mDF 的限制吗?
position:absolute;top:100px
mPDF
top, left, right or bottom
有任何想法吗?
以及它的 PDF 它不能以像素为单位工作,但除了它应该工作之外,看看它附带的示例,那里有一些非常好的示例,可以在 CSS 中实现不同的东西
直接取自 mpdf 网站。
仅部分支持定义为 position:absolute、position:fixed 或 float:xxx 的块。
http://mpdf.bpm1.com/index.php?page=限制