Thread: Help CSS coding
View Single Post
02-23-2005, 12:27 PM
#4
kiswa is offline kiswa
Status: Junior Member
Join date: Feb 2005
Location: Florida
Expertise:
Software:
 
Posts: 91
iTrader: 0 / 0%
 

kiswa is on a distinguished road

  Old

Okay, I just went through the whole thing and...
Code:
#footer {
	background:url(images/index_26.gif) top left no-repeat;
	width:800px;
	height:23px;
	float:left;
	text-align:left;
	padding:6px 5px;
	margin:0;

}
Basically, change the background-image: line to the background: line supplied, and the padding and margin lines were only changed because you don't have to repeat like you did, just thought you might like to know that.

Anyway, hope that helps you get what you wanted out of this.