View Single Post
  #8  
Old 10-25-2008, 10:09 PM
 
pepperlady pepperlady is offline
 

Advanced Member
  
Join Date: May 2008
Posts: 64
 

Default Re: When Root Cat clicked display sub cat?

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
__________________
www.HotSauceToGo.com Like it Hot?
v4.1.12 Gold upgraded from 4.1.11 on 3/13/2009
Reply With Quote