The Little Guy Posted June 2, 2008 Share Posted June 2, 2008 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 More sharing options...
rhodesa Posted June 2, 2008 Share Posted June 2, 2008 You'll have to get creative and use a variation of the 100% height hack: http://www.dave-woods.co.uk/?p=144 Link to comment https://forums.phpfreaks.com/topic/108404-solved-div-at-bottom-of-page/#findComment-555743 Share on other sites More sharing options...
jcombs_31 Posted June 2, 2008 Share Posted June 2, 2008 http://www.themaninblue.com/writing/perspective/2005/08/29/ Link to comment https://forums.phpfreaks.com/topic/108404-solved-div-at-bottom-of-page/#findComment-555814 Share on other sites More sharing options...
The Little Guy Posted June 2, 2008 Author Share Posted June 2, 2008 Cool Got It! Link to comment https://forums.phpfreaks.com/topic/108404-solved-div-at-bottom-of-page/#findComment-555824 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.