For changing the color during hover I have a css statement like span:hover{......}. Is there any direct css option available (not javascript) to specify when the span element is clicked ?
For changing the color during hover I have a css statement like span:hover{……} .
Share
have you tried to use :active?