Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:46
tree menu problem
Poster: rstarr
Dated: Friday April 22 2005 - 20:56:36 BST
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!
Poster: Ruth
Dated: Saturday April 23 2005 - 2:42:11 BST
Hello rstarr,
Well, I finally figured it out You would use the tstyle1.clickcolor etc. that you have in there
Code:
tstyle1.clickcolor="#000000"
tstyle1.clickbgcolor="#B10C10"
tstyle1.clicksubimage="arrow-white-down.gif"
And you need to download the Bolt-on Module changecolorsbyclick.js
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