How to switch a submenu item to active page

Post your questions and problem reports here.
Post Reply
CodeChegga
Posts: 18
Joined: Fri May 21, 2010 10:25 am

How to switch a submenu item to active page

Post by CodeChegga »

Hi Support team,

how can I switch on a submenu item to show the "active page" with same bgcolor color etc as the hover submenue item style?

thx for help
Rainer
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: How to switch a submenu item to active page

Post by Aivars »

If you use css-based menus, you can just add class "active" li like so:

<li class="topitem spaced_li active">


If you use image-based menus you'll need to modify CSS manually. Example of how to do it is here: http://forums.blumentals.net/viewtopic. ... 064#p20064
Or you can give me link to your page with the menu and I'll tell you exactly what to change.
Blumentals Software Programmer
Post Reply