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

media-print footers

0 views
Skip to first unread message

John South

unread,
Mar 5, 2005, 5:16:41 AM3/5/05
to
Hi
I'm attempting to use css to place a footer at the bottom of the
printed version of a webpage. Like this:

<HTML><HEAD>
<TITLE>CSS2</TITLE>
<STYLE type="text/css">
@media screen
{
.printonly { display: none; }
}
@media print
{
.screenonly { display: none; }
}

BODY { height: 8.5in 11in}
#footer {
position: fixed; bottom: 10px; width: 100%
}
</STYLE>
</HEAD>
<BODY>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<DIV id="footer"> <FONT SIZE="-2"><CENTER>This site is for the
exclusive
use of our employees.</CENTER></FONT> </DIV>
</BODY></HTML>

It works fine with the latest version of FireFox but not with Internet
Explorer 6. From what I've seen IE6 implements the CSS standards
required. Am I missing something?

Cheers

John South
Pangbourne UK

0 new messages