Good day,
I have a website with a menu with different options. When select an option, a new page is displayed.
When select an option, I'd like to have this option in a different color, showing which option is selected.
I have tried using:
#menu a:hover {
color: green;
}
But what I get is when mouse pointer is on the menu option, it turns green, but it does not remain green after selected.
Thanks a lot!!!



Reply With Quote




Bookmarks