SUPPORT THE SITE WITH A CLICK

Subscribe Rss:

SUPPORT THE SITE WITH A CLICK

Saturday, April 5, 2014

CSS pointer-events

CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events including CSS hover/active states, click/tap events in JavaScript.

pointer-events property takes eleven possible values.
pointer-events:  auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit


EX : .className{
pointer-events: none;
}


View Demo


Other Links

No comments :

Post a Comment