I have a div which contains images. When they are clicked they fill table cells. I am looking for a something which I can use to pop-up/overlay this selection of thumbnails. Can a div be used as an image picker? I’ve seen plenty of gallery type ones but none for just thumbnail size. Any ideas welcome. P.S. Is it hard to create one of these? I’m under a bit of time pressure on it. Thanks.
Share
You just need to add a class to the
divthat you want to turn into a dialog (modal, overlay, etc). Then add the appropriate CSS to position as desired.http://jsfiddle.net/cwjtQ/
Here is some example CSS to position a window in the center of the browser window: