Frederyco Martins wrote:
> Hi folks,
>
> How do I keep a footer always on the bottom of the
> page, without using absolute positions, with css???
>
> Could you help me, please?
>
> I am using wordpress as a CMS and the website is
> not online yet. But the code is quite simple. I have
> a div indetified as footer, at the bottom of the code.
>
> Thanks a lot.
>
> Fredy.
>   

Try:
1/ make sure the markup [1] and css [2] is valid

[1]
<http://validator.w3.org/>
[2]
<http://jigsaw.w3.org/css-validator/>

2/ assign the same width to the footer as you have for the width of the 
page proper
3/ add
clear: both;
to the footer ruleset


______________________________________________________________________
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