Menu: styling an active link/page
-
Hi,
I have a question about the active link/page in my menu.
I use this code for hoovering:
.nav-head ul li a:hover {text-decoration:none; color: #fff; background:#f29400;}
Works fine.
But I want to use that for the active link/page too, so I guess this should work:
.nav-head ul li a:active {text-decoration:none; color: #fff; background:#f29400;}
But it doesn’t. Any ideas?
Guido
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Menu: styling an active link/page’ is closed to new replies.