CSS Tips and Tricks

How to disable default events of anchor tag using CSS?

.not-active {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}

Author: Mahesh

Technical Lead with 10 plus years of experience in developing web applications using Java/J2EE and web technologies. Strong in design and integration problem solving skills. Ability to learn, unlearn and relearn with strong written and verbal communications.