Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Aligning sprite in List element Re: Aligning sprite in List element

#115665
Paulie_D
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.