I want to highlight the current menu you have click. I\'m using CSS, but it is now working.
here is my css code:
#sub-header ul li:hover{ background-
Try this (Do copy and paste):
Test.html:-
Home About Contact
style.css:-
a:link{ color:blue; } a:visited{ color:purple; } a:hover{ color:orange; } a:focus{ color:green; } a:active{ color:red; } a:active{ color:yellow; }