Posted by Toby Inkster on 01/05/07 17:55
Jonathan wrote:
> Currently the code below allows the users to the drill down one level,
> but I want it to be able to drill down an additional level. Any help
> would be much appreciated.
This looks startlingly like an old script of mine.
I've not tried it with three nav levels, but I *believe* the key is to
replace this:
subs = menu.childNodes();
with this:
subs = menu.getElementsByTagName('LI');
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
[Back to original message]
|