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
 
Back
Top