But if you try that alone it doesn't position the footer, it also requires CSS from the imported main.css
Tim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Fitzsimons Sent: 17 March 2006 12:57 To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] footerStickAlt > No, I'm talking about his page's code, basically I'm just thinking about > having a template with the layout CSS and no element styling. > > Tim > Not sure I'm following you; the code he presents is HTML: <html> <body> <div id="nonFooter"> </div> <div id="footer"> </div> </body> </html> CSS: html { height: 100%; } body { height: 100%; } #nonFooter { position: relative; min-height: 100%; } * html #nonFooter { height: 100%; } #footer { position: relative; margin-top: -7.5em; } which seems like a pretty simple template with layout CSS and no element styling :-) Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/