I have a div that blocks clicks in another div. It should be possible for users to click on the commercial :).
On my page I have a commercial block. If one clicks the login button the login div will expand and cover part of that commercial (This is intended). This is the part that can’t be clicked. How can I prevent this from blocking clicks without moving the commercial in front the expanded login div.
You can see how clicks are blocked by hovering the mouse over the commercial on
http://www.whomakescoffee.com
Played around in Chrome, and I think I got it working.
login_inliner
That might do it (although I can’t remember if I made more edits…).