I am trying to position a layer at the bottom of a web page for copyright information etc. It is proving rather difficult to get this to work.
Using the position:absolute in IE6 or Mozilla with a bottom:0px appears to fix a layer to the bottom of the browser screen rather than the page.
How can I get a layer to appear as the last thing on the page (after all the main content, however long it is)? I am sure this must be possible using CSS.
Using the position:absolute in IE6 or Mozilla with a bottom:0px appears to fix a layer to the bottom of the browser screen rather than the page.
How can I get a layer to appear as the last thing on the page (after all the main content, however long it is)? I am sure this must be possible using CSS.