<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