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/ Quote Link to comment 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; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.