View Single Post
  #5 (permalink)  
Old 07-11-2008, 05:56 PM
ran_dizolph's Avatar
ran_dizolph ran_dizolph is offline
WebProWorld Veteran
 
Join Date: Jul 2005
Location: Windsor, ON
Posts: 543
ran_dizolph RepRank 2
Default Re: css issue: footer div at top of markup

mjsmith is correct on both fronts. Absolute positioning will pull the footer out of the regular flow and put it in it's own space. It doesn't make a whole lot of sense to do what you're doing though. As far as I'm concerned, a 'footer' at the top of a page is a 'header'.

Sticky Footer is a sweet method to keep your footer where it belongs: At the bottom of a page.
Reply With Quote