Can't change color of active nav page menu
Permalink
I thought what I was trying to do was simple. I want my nav to change color on the current viewed page. For example, when on the "about" page, it's darker than all the other menu items.
I thought this was done with the a:active css but it isn't working for me. I've managed to get the link and hover working fine.
Thanks.
I thought this was done with the a:active css but it isn't working for me. I've managed to get the link and hover working fine.
Thanks.
Thanks for the reply but no luck.
i copied that out of the theme loadfoo v2
Hi
It seems complicated to me the CSS
It seems easier to make changes in Silex wysiwyg
And it seems that they have this theme too :http://www.silexprod.com/html5-editor.org/...
But I can not find out where to download it :(
It seems complicated to me the CSS
It seems easier to make changes in Silex wysiwyg
And it seems that they have this theme too :http://www.silexprod.com/html5-editor.org/...
But I can not find out where to download it :(
#menu li a.current,#menu li a.nav-selected {
letter-spacing: 1px;
color: gray;
background: url(./img/bg_menu.gif);
}