NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Unobtrusive DHTML (Score:2, Informative)
This is my favourite way of using "lists", css and javascript to create dynamic menus.
It's called unobtrisuve because it barely adds any addtitional markup to your document, which is the whole point, plus it degrades very nicely if your browser doesn't support all the fancy styling of javascript technique.
This approach is less hassle to maintain: only the top level list needs a class and the javascript walks the DOM tree and adds the behaviours and styles rather have to class and sub class every tag in all of your sub-sub-sub-menus.
I prefer to use these with tags. It's what they're meant for right?
http://www.kryogenix.org/code/browser/aqlists/ [kryogenix.org]-- tex
Reply to This