0
Hepl css
I have a light green html menu and I want to know how to make it with css so that when I press one of the menus it stays in dark green.
5 ответов
+ 6
Post your code please with code i we cannot fix .
+ 1
#menu:hover {
background:darkgreen;
}
where menu is id of tag u want to change color.
Try this
+ 1
That's only for when I pass the mouse over the menu, what I want is that when I click on a certain menu it will be dark green while the rest is light green.
+ 1
Save your code and post its link.
+ 1
Or apply hover effect on each item of your menu instead of menu