I tried the recent Firefox3 beta4.My page described below has problems
I have a page with a fixed div on top(header) and a fixed div(footer)
at the bottom.and my body has position relative with a top of 1in.But
my print preview is screwed up.Content is written even in the footer
area .
How do I set print margin in linux version of FF3Beta4.?
regards,
Krithika.
=========================================
<html><head><title>Enterprise document</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"
id="metaid">
<style>
body {
border: 0px;
font-family:verdana;
font-size :10pt;
background-color :#ffffff;
}
div#hdiv{ position: fixed; top: 0in; }
div#fdiv{ position :fixed; top :10.01875in;}
body{ position:relative; width:8.4in; top :1.0in;}
</style>
</head>
<body>
<div style="width: 8.4183in; padding-top: 0.2in; vertical-align:
middle;" id="hdiv">
<table id="theader">
<tbody><tr>
<td id="theadleft">AAA</td><td id="theadmiddle">BBB</td><td
id="theadright">CCC</td></tr>
</tbody></table></div>
<div style="width: 8.4183in; padding-bottom: 0.1in; vertical-align:
middle;clear:both;" id="fdiv">
<table id="tfooter">
<tbody><tr>
<td id="tfootleft">FAAA</td>
<td id="tfootmiddle">FBBB</td>
<td id="tfootright">FCCC</td>
</tr></tbody></table>
</div>
<p style="margin-top:18in"> This is my page content</p>
</body></html>
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout