When building web pages, one of my colleagues displays any logo using the CSS background-image property, rather than embedding the image using an HTML t
you can use a sprite in an img element via the css clip: property. using sprites correctly is always a good thing for optimization. sometimes it's not practical. that is a judgement call you have to make for each different circumstance (site) that you come across.