Hello,
I have a transparent table with width:100% which contains some html content. I use the table in order to position a content element on the screen center.
The table captures mouse events, and the user can't press on links which are positioned beneath it (although it is transparent).
Is there a way to tell the browser to ignore events on the table? I want to capture events only from the content inside the table (and from the rest of the site).
Thanks Yaron