• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to make such knid of Menu

 
Ranch Hand
Posts: 175
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I need to make a navagation menu that will be put on the left side of web pages. The menu has following requirements:
When I click an item folder, it expands, when I click a link under the folder, it opens another page. usually, when another page is loaded, the menu collapse. I need to keep the menu open and the link highlighed. An example of this menu can be found at "http://www.jdedwards.com/public/0,1921,0%257E133%257E,00.html".
Does someone has sample code for this kind of menu?
Many thanks,
 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if you had left off the "" it would have created a link like this
http://www.jdedwards.com/public/0,1921,0%257E133%257E,00.html
i just wanted to make it easier for people to go there
 
Ranch Hand
Posts: 413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
if you want the one on the left, they just have different html per page with menu Just draw it.
You could also look at http://webreference.com/dhtml/ - this menu is crossbrowser and pretty good.
The only problem with it - in NS4.7, if you have on your page META with charset UTF8 it does not work. But it is a really rare case.(it hit me, though)
 
reply
    Bookmark Topic Watch Topic
  • New Topic