Revision [207]

Last edited on 2007-02-16 19:58:54 by KlenwellAdmin
Additions:
reference: [[http://alistapart.com/articles/footers/ alistapart.com]]
Deletions:
reference: [[http://alistapart.com/articles/footers/ alistpart.com]]


Revision [206]

Edited on 2007-02-16 19:58:13 by KlenwellAdmin
Additions:
**css**
**html**
<div id="footer">
<!-- INSERT FOOTER CONTENT -->
Deletions:
<div id="footer"></div>


Revision [205]

Edited on 2007-02-16 19:57:26 by KlenwellAdmin
Additions:
This set of rules seems to do the trick for both IE and Firefox. Not extensively tested. Page would be the id for the outmost container. The footer clear block is necessary to make room for the footer block which, being positioned absolutely, is outside normal page flow. See html markup for basic layout.
.footer_clear { height:24px; }
%%(html)
<body>
<div id="page">
<!-- INSERT PAGE CONTENT -->
<div class="footer_clear"></div>
<div id="footer"></div>
</div>
</body>
Deletions:
This set of rules seems to do the trick for both IE and Firefox. Not extensively tested. Page would be the id for the outmost container.


Revision [204]

Edited on 2007-02-16 18:35:07 by KlenwellAdmin
Additions:
----
CategoryCss


Revision [203]

The oldest known version of this page was created on 2007-02-16 18:34:28 by KlenwellAdmin
Valid XHTML 1.0 TransitionalValid CSSWikkaWiki