Simple modal div in jQuery?
        Posted  
        
            by jasondavis
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jasondavis
        
        
        
        Published on 2010-01-20T12:42:31Z
        Indexed on 
            2010/05/18
            12:40 UTC
        
        
        Read the original article
        Hit count: 261
        
I have tried almost all of the jQuery Modal plkugins I can find on the net but they are all much to bulky for what I need. I dont need all the fancy features, I want to be able to open a div and have the background of the page go transparent grey like the photo below and have my div be on top of it, that is all I need to do so I would like to write some jquery to do this instead of using a bulky plugin. Does anyone have any small code that can do this task? Is the transparent background an image or just css?

© Stack Overflow or respective owner