How to create collapsible lists

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to include a collapsible list in my website's navigation menu. I
have tried nearly everything, including the code posted by Murray
(http://www.murraytestsite.com/collapsiblelist.htm) in response to a similar
question 2/28/06, but I am getting a script error on the page.

The first example in Murray's demo is what I am looking for, where clicking
on one item collapses the other. I am very new to CSS, and would appreciate
if someone could tell me exactly where I am supposed to be placing the code
(directly after <head>, etc.).

Thanks!
 
View > Source

Its not CSS you need to learn for this objective, its JavaScript that is
used to modify the DOM (Document Object Model).

<%= Clinton Gallagher
 
OK. Thanks for the info.

BK

clintonG said:
View > Source

Its not CSS you need to learn for this objective, its JavaScript that is
used to modify the DOM (Document Object Model).

<%= Clinton Gallagher
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Collapsible lists 2
Quick and painless expandible lists 5
Collapsible Lists 1
Collapsible list not collapsing: help 1
Collapsible List 1
collapsible lists Frontpage 1
collapsible list 7
Collapse Navigation List 2

Back
Top