CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS pointer events Property

CSS pointer-events Property

 

 

The pointer-events property is used to specify whether or not an element reacts to pointer events.

 

Default Value:-

 

Its default value is auto.

 

Syntax:-

 

Its syntax is:- pointer-events: auto | none;

 

Further Explanation:-

 

Property Value Description
auto The element reacts to pointer events, like dblclick and click.
none The element does not react to pointer events.
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS