"you are here" style change

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
will
Beginner
Beginner
Posts: 2
Joined: Fri May 14, 2004 9:27 pm

"you are here" style change

Post by will »

Hi,

I'm picking up behind another programmer and I'm trying to get a sidemenu to change to an alternate style (colors) just for the one menu option that is where you are actually at on the site. I can see the alternate style colors in the code:

styleside=["ffffff","6B86A4","000000","B3BDC9","000000",11,"normal","normal","Verdana, Arial,Geneva,Helvetica,sans-serif",2,"arrow2.gif",,"ffffff","ffffff","000000","e6e6e6","","","","B3BDC9",];

...the e6e6e6 background color. But I can't figure out how to reference that in here (as if you are browsing the Services page here):

addmenu(menu=["sidemenu",150,0,158,,,styleside,1,"left",effect,,0,,,,,,,"",,,,"<div style='padding : 1 5'><strong>Services</strong></div>","/services/","",,1, ...

Any suggestions?
Thank you!!

-will
will
Beginner
Beginner
Posts: 2
Joined: Fri May 14, 2004 9:27 pm

oooh got it.

Post by will »

Hi -- I got it. It matches the URLs of the file to those on the array.
Post Reply