This works much better than fiddling with the top padding on the <p> tag.
However i don't understand positioning very well apart from floats.
So just to clarify for me:

Position relative on the footer div - what's it relative too?

Why do we add a 0 on the absolute position.
Does bottom not mean right at the bottom of the div?

Thanks
Lisa



On Wed, Sep 22, 2010 at 3:44 AM, Tim White <tjameswh...@gmail.com> wrote:

> Try this:
> To your footer add:
> position: relative;
>
> To the paragraph inside the footer add:
> position: absolute;
> bottom: 0;
>
> Tim
>
>
______________________________________________________________________
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