So, I have created many map applications before, but the one that I am working on currently actually has some interaction to it.
Users can click markers and accept them and the data is saved after they click a button external to the map but on the same page.
At that point I am displaying a bunch of data regarding what happened in some divs outside the map.
What I want to occur now is that I want the map to darken kind of like a transparent black to give it the look that it is no longer functional and disable the map alltogether.
If you have ever worked with fancybox it would be similar to what the background screen looks like when a fancybox pulls up.
Any thoughts or ideas on this would be greatly appreciated I have been searching around but really haven’t found any way to do this yet.
I might as well make it an answer with a fiddle.
jsFiddle -> http://jsfiddle.net/HB324/
The HTML ->
The CSS ->
The JavaScript ->
Edit: Forgot CSS, added CSS