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!
tree menu problem
Hello rstarr,
Well, I finally figured it out
You would use the tstyle1.clickcolor etc. that you have in there 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
Well, I finally figured it out

Code: Select all
tstyle1.clickcolor="#000000"
tstyle1.clickbgcolor="#B10C10"
tstyle1.clicksubimage="arrow-white-down.gif"
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