|
Posted by Ben C on 03/22/07 14:30
On 2007-03-22, Jon Slaughter <Jon_Slaughter@Hotmail.com> wrote:
> Ok, I would like to do the same thing but this time I want to anchor it to
> the bottom of the page as a footer. Obviously I can do top:0 to anchor it
> to the top but I can't do it for the bottom because there is no absolute
> pixel reference for the size of the browser window, or is there?
Yes, just bottom: 0. For position: fixed that's always relative to the
viewport.
Give it top:0 and bottom:0.
Navigation:
[Reply to this message]
|