This might help

http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page

and here are two of mine (change the padding etc to suit your 
requirements) - I can't remember why one has an underscore in front 
of "height" and one doesn't.  :-)

{
clear: both;
margin: 0;
padding: 0 0 3em 20em;
font-size: 70%;
text-align: left;
_height: 1%; /* needed by IE7 for display although does not validate */
}

{
        clear: both;
        width: 90%;
        margin: 0 0 0 .5em;
        padding-top: 1em;
        font-size: 70%;
        color: #a0b3b6;
        height: 1%;
        border-top: 1px solid #a0b3b6;
        }


Rachel

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to