I have a see-through table with a width set to 100% that houses various HTML content. I am utilizing the table to properly center a particular element on the screen.
However, the table is intercepting mouse events and preventing users from clicking on links underneath it, despite its transparency.
Is there a method to instruct the browser to disregard events occurring on the table? I aim to solely capture events from the content within the table (as well as the rest of the website).