|
Posted by Sergio on 11/04/05 13:53
"Joseph S." <js_dev@rediffmail.com> ha scritto nel messaggio
news:1131103237.001265.63210@g44g2000cwa.googlegroups.com...
for my web site I am looking for a simple PHP plain text menu system, the
menu would have at least four levels and about 200 links, at starting only
the main levels should appear, for example :
MATHEMATICS
HISTORY
GEOMETRY
once you click on one of these a submenu would appear
MATHEMATICS
Functions
Limits
Derivatives
......
HISTORY
GEOMETRY
the same when you click on a submenu (at least four levels required)
Additional requirements :
a) the menu should use Javascript when the browser supports it,
alternatively (when the browser doesn't support Javascript) it can show all
the items open or (a much better alternative) to process the menu from
server.
b) it wouldn't use frames
c) it would include some mouseover effect when the cursor is over a link
d) it should support the most popular browsers
I think that all these requirements are familiar but nevertheless I wasn't
able to find out a menu (freeware or commercial) which supports all these
features so I will appreciate suggestions and comments,
> If you need this, you have the downside that for every menu click, your
>....
> and so on,
> and then go through the array to generate the menus.
> HTH,
> Joseph S.
thank you Joseph,
I think that with custom code it would be easy to process the selection
(point a of additional requirements) from the server (see for example the
code in PHP Layers menu by Marco Pratesi), however for this particolar
project I am looking for a commercial or freeware package which already
include all these features, I wonder if there is one !
Best regards,
Sergio
[Back to original message]
|