tree menu problem

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
rstarr
Advanced
Advanced
Posts: 11
Joined: Fri Oct 25, 2002 5:07 pm

tree menu problem

Post by rstarr »

I would like the header items (publications, conferences, databases, and partners) to stay red when their drop down menus are open. I would also like the arrow to stay in the downward position for these items when the drop down menus are open.

How do I do this?

http://test.cnfs-rcef.net/iigr.php/index.html

Thanks so much for any help!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hello rstarr,

Well, I finally figured it out :) You would use the tstyle1.clickcolor etc. that you have in there

Code: Select all

tstyle1.clickcolor="#000000"
tstyle1.clickbgcolor="#B10C10"
tstyle1.clicksubimage="arrow-white-down.gif"
And you need to download the Bolt-on Module changecolorsbyclick.js

I think it's toward the bottom of the list. Upload that to wherever you have your menu js files and put a call for it on your page, right after the treemenu.js call.

Ruth
Post Reply