Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

keep button active after click

Assuming you mean keep it coloured after clicking:

.focus:focus {
  color: red;
}

(However, it loses color after clicking away.)
 
PREVIOUS NEXT
Tagged: #button #active #click
ADD COMMENT
Topic
Name
3+2 =