[Mono-list] Good menu system for ASP.NET.
John Lenz
lenz@cs.wisc.edu
Fri, 19 Nov 2004 21:50:25 +0000
On 11/19/04 15:30:11, Miguel de Icaza wrote:
> Hello,
>
> > I'm using this one
> > http://www.skmmenu.com/menu/
> >
> > in my open source web site framework at http://www.mojoportal.com
> > and can verify that it works well under mono and in firefox browser.
>
> I forgot to mention, the menu system should work with Lynx too (so it
> should work if Javascript is missing on the client).
http://www.meyerweb.com/eric/css/edge/menus/demo.html
Works with gecko and lynx, but not internet explorer. As an advantage, it
is completly CSS and has no javascript at all. If the browser does not
support CSS (like lynx), then the menu is displayed as a nested series of
links.
In adition,
http://dean.edwards.name/IE7/
has added support for internet explorer to the CSS menu example.
John