Is there a way to display a DIV
with the same shadow effect as a modal?
I currently have a modal set up, but I also want to show a message in a DIV
in the corner when the modal is displayed. Unfortunately, the DIV
does not appear on top of the modal like I intended.
I have attempted the following code without achieving the desired result.
.div{
z-index:9999;
position:absolute;
}
PLEASE NOTE: I am using lightbox for rendering the modal that contains an image.