[jQuery] Superfish

[jQuery] Superfish


Hi!
Thank you, Joel for Superfish!
I have now programmed a parser that is able to put a "menu string"
into the required HTML-format for superfish / suckerfish.
E. g., if you want to change your menu quite often or have different
versions of it (e. g. different languages), with my little php-tool it
´s possible to translate a string, which has to be in a specific
format from:
+name of menu item+(link)>+name of sublevel item+(link);+name of 2nd
sublevel item+(link);>+name of sub-sublevel+;....etc etc
into
<ul>
<li> <a href....>name of menu item<a></li>....
and so forth. Thus, you can easily add and remove items without much
hassle in an editor. Or you can create a quite complex item without
thinking "HTML" too much.
If you are interested in putting this tool on your page, please let me
know:
my e-mail: weihrauch (at) electroniclab (dot) de
Martin