View Single Post
06-25-2008, 10:45 AM
#3
Liam is offline Liam
Liam's Avatar
Status: Member
Join date: Dec 2007
Location: Liverpool, UK
Expertise:
Software:
 
Posts: 287
iTrader: 0 / 0%
 

Liam is on a distinguished road

Send a message via MSN to Liam

  Old

in your css change

#footer {
background-color: #454545;
width: 800px;
height: 40px;
}

to

#footer {
background-color: #454545;
width: 800px;
height: 40px;
clear:both;
}