View Single Post
  #12 (permalink)  
Old 30-01-2008, 04:50 PM
Toon's Avatar
Toon Toon is online now
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 18,719
Default

Code:
#footer-container {
	text-align: center;
	background-image: url(images/footerfade.gif);
	width: 100%;
	position: absolute;
	bottom: 0;
	bottom: -1px;
	height: 106px;
	margin: auto;
	clear: left;
}
This says clear: left not both?
Reply With Quote