[thelist] operating on DOM Nodes (collapsible tree)

Kae Verens kverens at contactjuggling.org
Thu Feb 20 04:48:20 CST 2003


Kae Verens wrote:
> Aleem Bawany wrote:
>
>> I am trying to implement a collapsable tree:
>>
>> <ul>
>>  <li> one </li>
>>  <ul>
>>   <li> two </li>
>>  </ul>
>> </ul>

btw: the above should be:

<ul>
  <li>one
   <ul>
    <li>two</li>
   </ul>
  </li>
</ul>

for a less advanced idea, try this one:
http://kverens.contactjuggling.org/programming/webdesign/collapsemenu2.php

--
Kae Verens               _______\_   webworks.ie
work: www.webworks.ie       _____\\__   webhosts
play: www.contactjuggling.org  ___\\\___  design
kae:  kverens.contactjuggling.org _\\\\____ code




More information about the thelist mailing list