But footer div is not appearing in print preview now.
My page margins are 0.5in on all sides.
My page looks like this
<html>
<body style="position:relative ; top:0.5in">
<div id="header" style="position:fixed ; top :0in">
My header content goes here
</div>
<p> This is my page content</p>
<div id="header" style="position:fixed ; bottom :-1in">
My footer content goes here
</div>
</body>
</html>
1. Is this a bug?
2. Has something related to fixed div changed in Firefox beta1?
Thanks in Advance,
Krithika