Forums

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

Home Forums CSS help with css sprite Re: help with css sprite

#65445
jamygolden
Member
#contactList a{
display: block;
background: url(../images/social.png) no-repeat 0 0 left top;
width: 200px;
height: 32px;
}
#mail:hover{
background-position: -15px -20px;
}
#contactList.phone a:hover{
background-position: -25px -10px;
}


I’ve obviously used random numbers for the background position as I don’t have the sprite.