CSS - Advantages of single image file vs multiple files
        Posted  
        
            by Hamish
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hamish
        
        
        
        Published on 2010-05-25T16:15:32Z
        Indexed on 
            2010/05/25
            16:21 UTC
        
        
        Read the original article
        Hit count: 201
        
css
I have noticed that alot of sites now, have all of their images in single files are then use background-position to offset the rectangle which is shown on the screen.
Is this for performance reasons? If so why?
© Stack Overflow or respective owner