Sorry, I meant that within <li> there is a caption link. In other words, my list will be completely linkable to other pages. So I've managed to prepend the level one li with a graphic. Now I need a way to make a recursive function to apply the graphic and the functionality to all child nodes <li> up to the nth level. Any suggestions?
On Sep 10, 5:05 am, "Piotr Petrus" <[EMAIL PROTECTED]> wrote: > 1) <li> cannot be a link. > 2) Add class="parent" and insert dynamically small element with > graphic (for example, plus) and attach event listener expanding list > to that element. > -- > Piotr Petrushttp://riddle.pl

