Highlight active site in autonav

Permalink
Hey forum,

i want to highlight the active link in the autonav menu. I've tried adding these to my stylesheet:
ul.nav li ul li a.nav-path-selected, ul.nav li a.nav-path-selected{color:#EC1C24; text-decoration:none;}
ul.nav li ul li a.nav-path-selected,
.nav-selected
ul.nav li ul li a.nav-selected, ul.nav li a.nav-selected{color:#EC1C24; text-decoration:none;}

but nothing works for me :(( What do i do?

Nb. the site:http://hos.lund-co.dk/

//Anders J.

 
Ihateit replied on at Permalink Reply
Lol, thoughtless by me.. I forgot to add my <div> style in front of it. So in my case, it would look something like this:

#menu .nav-selected {color:#E26114;}


Hope this will be helpful to someone :-D


//Anders J.