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
|