Page 1 of 1

making tree structure

Posted: Thu Sep 30, 2004 6:42 am
by bugthefixer
i want to add a tree structure in the menu like

+ HOME
- STUDENTS
new students
current students

so that when user clicks on STUDENT a list appears in a tree like structure..


i know its not possible in php but anybody can tell me how can i do it.

check the web

Posted: Thu Sep 30, 2004 7:30 am
by phpScott
There are many javascript base menus for you to use and modigy
ex:`http://javascript.internet.com/navigati ... menus.html
has one that looks kind of what you want to do.
Besides it can be a painful process depending on what kind of effect you want and if you will have sub menus'
My advice, look around and find one you like then just modify it.

phpscott