[thelist] CSS - Positioning somehting at the bottom of the page

Peter-Paul Koch gassinaumasis at hotmail.com
Tue Aug 20 14:53:01 CDT 2002


>I'm just wondering if it's possible to position something at the bottom of
>the page using CSS-P.

.footer {
  position: absolute;
  bottom: 0px;
}
The problem is that bottom is only supported by Version 5 and higher
browsers, so it won't work in Netscape 4 and not even in Explorer 4.

ppk

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx




More information about the thelist mailing list