Page 1 of 1

Multi-level Tree

Posted: Sun Sep 18, 2005 11:32 am
by alexmaster_2004
Hi
i want to know how i can build a multi-level tree.
i want to use this tree to show my products categories that users can choose from them.
to make things very clear:
i want to know how i can make something like the left hand column in this site http://www.download.com
using php and mysql.
i have tried to made it but all what i get is a static one(no expand or collapse) that show all categories at once.
if any one can help me finish it i will be very happy.
Thanks in advance.

Posted: Sun Sep 18, 2005 3:24 pm
by s.dot
Their navigation is static as well. Only, when you click on their links, a new page loads showing more options. This could be done with simple HTML. However, if you want expandable/collapsable menus, you'd have to use javascript.

Posted: Sun Sep 18, 2005 3:29 pm
by alexmaster_2004
Hi
can you show me a sample of what the html code should be?
i tried to do it but i can't get it as i want.
Thanks