> 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/

Reply via email to