
Nov 12th, 2007, 09:58
|
|
SuperMember
|
|
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Re: footer positioning
Try this:
- Code: Select all
#footer{
clear: both;
background-image: url(images/footer.gif);
height: 60px;
background-repeat: repeat-x;
margin-bottom: 0;
padding-bottom: 0;
}
|