View Single Post
12-14-2006, 09:15 PM
#11
.amaZe is offline .amaZe
Status: Nixism
Join date: Aug 2006
Location: Nix Yorkism
Expertise:
Software:
 
Posts: 2,147
iTrader: 19 / 100%
 

.amaZe is an unknown quantity at this point

  Old

As of right now this is my code, and I dont understand why it isnt working.. ?

Code:
}
a#home {
	background: url(images/home.gif) no-repeat;
	display:block;
	width: 55px;
}
a#home:hover {
	backgroud: url(images/homerollover.gif) no-repeat;
	display:block;
	width: 55px;
}