Are there any differences in performance or load/caching behavior when displaying images in img tags vs divs with image backgrounds?
My example:>
The main performance difference is using background images allows you to use CSS sprites. Having one image contain a large number of images from your page means the user only has to make one request instead of one for each image.