How to ignore events in html table

Posted by Yaron on Stack Overflow See other posts from Stack Overflow or by Yaron
Published on 2010-05-27T19:32:07Z Indexed on 2010/05/27 19:41 UTC
Read the original article Hit count: 230

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

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html