Hi there,
I have a div that has a transparent background, and a border - sort of like an actual window, window-frame, and transparent walls. Under this, I have more elements.
Currently, I'm able to click the underlying elements when I click outside of the overlay div; however, I'm unable to click the underlying elements when clicking directly on the overlay div.
I want to be able to click through this "window" div to the underlying elements. Any other solutions you can think of?
Here is a preview of my dilemma:
Thanks, Ryan