View Single Post
  #1 (permalink)  
Old 07-10-2008, 01:46 AM
naz naz is offline
WebProWorld New Member
 
Join Date: Jun 2008
Location: Sunshine Coast
Posts: 19
naz RepRank 0
Default css issue: footer div at top of markup

Hi guys

I am trying to find a way to position the footer at the base of the page using css but I want the content of the footer to be the first div in the html. For example:
<body>
<div id="footer"> Footer links etc here</div>
<div id="content"></div>
</body>

I have tried a number of ways and have come close but in ie it put the footer at the bottom of the viewport.. which is in the middle of the page if you scroll down. Has anyone done this or seen any resources that may help please?

Thanks
Naz
Reply With Quote