A clickable through transparent DIV

| 1 | pointer-events:none; |
If in your transparent div element have another child elements and you want to make it still clickable, add this css
| 1 | pointer-events:all; |
184200cookie-checkHTML Click through div
A clickable through transparent DIV

| 1 | pointer-events:none; |
If in your transparent div element have another child elements and you want to make it still clickable, add this css
| 1 | pointer-events:all; |