Page 1 of 1

Collapsable Menus

Posted: Sun Dec 03, 2006 12:13 pm
by adamb10
Hello,

I have a menu of links on the side of the page. What I would like to do is divide these links into sections like customize, Comment management, etc. When a user clicks on a section, the section collapses reveling the links. Of course it can be closed too. :)

I have no idea how to do this so if someone could lead me in the right direction, I'd love that. :)

Thanx!

Posted: Sun Dec 03, 2006 12:25 pm
by feyd
I'm not sure how exactly you want to build it, but the general concept it that you manipulate the object's style property. Specifically the "display" and/or "visibility" properties of the style object.

Posted: Sun Dec 03, 2006 12:27 pm
by adamb10
Hmmm..yeah I dont quite get that.

Posted: Sun Dec 03, 2006 12:49 pm
by feyd
Well, I gave you some hints.