sdglhm / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

header shrubk to the content #479

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Render the attached html file

What is the expected output? What do you see instead?

The header shrunk to the content.

What version of dompdf are you using? What version of PHP? On what
operating system?

0.6.0 beta3, WAMP, PHP5.2.6

Please provide the HTML source code you want to convert, or any additional
information.

attached

Original issue reported on code.google.com by turbop....@gmail.com on 9 May 2012 at 8:01

Attachments:

GoogleCodeExporter commented 9 years ago
Your body margins should be greater than the size of any fixed-position 
content, otherwise your fixed-position content will overlap your body content. 
In your document you should change the body margin styling to something like 
"margin: 150px 0px 40px 0px;"

Original comment by eclecticgeek on 13 May 2012 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:16