EDIT: Changed title to actually be correct
I\'m trying to simulate a modal popup in all HTML and CSS and am having a bit of bad luck w
You can also do this without using a transparent image. Create two separate divs and use z-index to control which one is on top
Example code on jsfiddle