Home › Forums › CSS › Aligning sprite in List element › Re: Aligning sprite in List element
November 27, 2012 at 3:21 pm
#115665
Member
Offhand I think all that is necessary is to change the position to get it to line up in
.block ul.menu li a {
background:transparent url(http://i.imgur.com/UHZe3.png)
no-repeat 4px -816px;
}
if you make it -813px it looks about right.