Web Menus

  • Thread starter Thread starter Tracey
  • Start date Start date
T

Tracey

Hello folks! I'm looking for a simple scheme for menus on
ASP.NET. At present I have a menu along the left side of
my page that's made up of links. Well, not surprisingly,
I'm running out of vertical space and thinking about a new
scheme, i.e., tree viewish. I don't want either myself or
my clients to have to download some active-x, DLL, or what-
have-you. Neither do I want something so extensive that
it's unruly. If ya got a link to some code that has a
simple menuing system of this kind, please let me know.
Thanx.
 
For a simple and elegant dynamic menu solution, go to
http://www.projectseven.com/ and check out their "Foundations" E-Book. It
contains a great tutorial that includes the creation of attractive dynamic
menus using CSS - very simple and elegant (with no DHTML).

Alternatively, I have implemented their Menu Magic II in an ASP.NET site and
have and found it useful. It generates DHTML for the dynamic effects - but
you don't have to be a DHTML expert.

Any of these solutions gets you away from active-x, dll, etc.

HTH

Jeff.
 
Back
Top