Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to disable li tag in html

.disabled {
    pointer-events:none; //This makes it not clickable
    opacity:0.6;         //This grays it out to look disabled
}

html
<li class="disabled">disable</li>
Comment

PREVIOUS NEXT
Code Example
Html :: how to make body width be device width html 
Html :: bootstrap progress bar 
Html :: font awesome css content not working 
Html :: bootstrap 5 input group 
Html :: html iframe aspect ratio 
Html :: route link prop vue 
Html :: javascript on focus lost 
Html :: v-select key 
Html :: javascript window.print 
Html :: bind script html 
Html :: set an image half its original size css 
Html :: fix table height html 
Html :: how to make website 
Html :: how to align photos center html 
Html :: html table span 2 rows 
Html :: html datetime-local format dd/mm/yyyy 
Html :: unicode menu icon 
Html :: jquery demo 
Html :: input month in html 
Html :: alpine js click preventdefault 
Html :: align div in html 
Html :: django python variable in html 
Html :: nested select option in html 
Html :: slick slider video play 
Html :: input type text inside select option 
Html :: how to give a space in html 
Html :: vue transition 
Html :: captcha code 
Html :: color de las letras en html 
Html :: html textarea along with cursor position set 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =