Jump to content

[SOLVED] div at bottom of page


The Little Guy

Recommended Posts

I need to display some text and a graphic at the very bottom of the page, I can't think of a good way to do it.

 

It is currently in a div.

 

I did have this:

#footer{
     position:absolute;
     bottom:0;
}

 

but that places it at the bottom, and if my content div expands past it, it still just sits there, and doesn't get pushed down.

 

if I take that out, and use:

#footer{
     float:left;
}

 

then it gets pushed down as the content grows, but if the content is too short for the screen, it doesn't sit on the bottom of the screen.

 

page: http://dm.hostbox.us/ - div with the copyright in it.

Link to comment
https://forums.phpfreaks.com/topic/108404-solved-div-at-bottom-of-page/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.