View Single Post
  #4 (permalink)  
Old 07-11-2008, 05:12 AM
mjsmith's Avatar
mjsmith mjsmith is offline
WebProWorld New Member
 
Join Date: Jul 2008
Location: CA, USA
Posts: 3
mjsmith RepRank 0
Default Re: css issue: footer div at top of markup

Hmm, thats a bit odd. lol.

Anyway, in your css for your "footer" class, try adding
Code:
position: absolute;
bottom: 0;
that would make the footer go at the bottom of the page.
Reply With Quote