Sprite Fallback
        Posted  
        
            by MontyBongo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by MontyBongo
        
        
        
        Published on 2010-04-10T11:47:59Z
        Indexed on 
            2010/04/10
            11:53 UTC
        
        
        Read the original article
        Hit count: 445
        
I have a number of images on a page contained within a single sprite image, these images must be contained within the single sprite due to other requirements of the site.
Whilst this is working fine in most browsers I have an issue on Opera Mini where it is not rendering the sprite at all and just displaying the whole image.
Is there any CSS that can be used to provide a text alternative when the browser is unable to render the sprite?
© Stack Overflow or respective owner