trancemotions Posted May 6, 2007 Share Posted May 6, 2007 I'm trying to achieve a css footer, but it extends the page instead of appearing at the natural bottom of the page. If anybody has a spare minute to look at the code and maybe tell me what im messing up i would greatly appreciate it my page http://www.tokyorocketscience.org/index.html my css file http://www.tokyorocketscience.org/trsmain.css the footer code i was attempting to use: http://ryanfait.com/sticky-footer/ Link to comment https://forums.phpfreaks.com/topic/50301-css-footer-help/ Share on other sites More sharing options...
paul2463 Posted May 7, 2007 Share Posted May 7, 2007 You could use absolute positioning instead, e.g. .footer { position: absolute; bottom: 0; height: 4em; background: #555555 url(images/footerbg.gif) no-repeat; } Link to comment https://forums.phpfreaks.com/topic/50301-css-footer-help/#findComment-247155 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.