Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

position fixed div with bottom set to a negative value

23 views
Skip to first unread message
Message has been deleted

krithika

unread,
Dec 19, 2007, 11:13:20 PM12/19/07
to
I have been using a page as shown below in which header and footer
will repeat in all pages during print. It was working very well till
Firefox2.0.0.11.

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

0 new messages