Footers in CSS

Yeah, all the spacer images are just so I can get it all looking pretty and iron out any positioning bugs.

Will give that footer code ago now

Thanks
Aaron
 
Looks like you're also going to need to push it down 170px, as you've shifted the topmost elements downwards by that amount:
Code:
.footer {
position: relative;
top: 170px;
clear: both;}
 
is there a way of doing this but putting the footer at the bottom of the page depending what resolution/how big the IE/FF window is ?
ie putting it at the bottom and it will move as the page size does?

sorry to geg in :p
 
Back
Top Bottom