making tree structure

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
bugthefixer
Forum Contributor
Posts: 118
Joined: Mon Mar 22, 2004 2:35 am

making tree structure

Post 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.
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

check the web

Post 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
Post Reply