Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wanted to Create Expand/Collapse Menu

Status
Not open for further replies.

swaroop

Programmer
Feb 4, 2001
100
US
Hi All,

I am trieng to create Expand/Collapse menu on HTML web page using XML(to hold data) and Javascript(to function). The menu must have custom background. Please someone give an Idea how to start and where to start.

Regards,

Swaroop.
 
You can start by writing the desired HTML and the javascript.
When you know what your html should look like, you can write the xsl to transform the xml into that html.
I once made a complete treeview that way, and the headaches were in the js & html, when I got that right the xsl was relatively simple.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top