Solidt.eu
  • Home
  • Code snippets
  • News

HTML Click through div

Date: 2019-01-24
HTML/CSS make clickable through transparent DIV layer

A clickable through transparent DIV

clickable through div layer
1pointer-events:none;

If in your transparent div element have another child elements and you want to make it still clickable, add this css

1pointer-events:all;
184200cookie-checkHTML Click through divno
Loading