How to achieve a photo "stack" border effect with CSS?
        Posted  
        
            by Sean Gough
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sean Gough
        
        
        
        Published on 2008-10-03T16:30:40Z
        Indexed on 
            2010/05/29
            8:02 UTC
        
        
        Read the original article
        Hit count: 387
        
css
I'd like to be able to add a class to images that adds a border that makes them look like a stack of photos. Anyone know how to do this?
Clarifications: Ideally something like the stack shown here but it doesn't need to be interactive and only needs to work for a single photo. I also don't mind using javascript if needed (jQuery would be preferred though).
© Stack Overflow or respective owner