Forums

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

Home Forums CSS Sprites questions Re: Sprites questions

#97308
chrisburton
Participant

@Flyer – Without seeing exactly what you’re doing, I’m not sure I can help you 100%. Normally it would be something like this

width: 60px;
height: 60px;
background: url('gray.png') -172px -177px no-repeat;

You can use http://spritecow.com to upload your sprite and click on each image to give you the correct code.