Quote:
Originally Posted by komarik
Thanks for the script... but now I want to have current Category/subcategory to be highlighted or active.
Please advice.
Thanks
|
That requires you to go to skin1.css and change the active:link code
It's a style sheet thing, it's simple. It'll highlight the current page you're on with whatever text decoration you want for example
a:active {
text-decoration: underline;
font-weight: bold;
}
Will look like this when active
Category 1
Category 2
-Sub
-sub2
Category 3