• 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

JavaScript Menu, Submenu and Framesets

 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I followed the suggestion provided by Eric and used the JavaScript provided at the URL http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm

to generate menu and its sub-menu. It is a cool web site. I am able to display my menu at different levels in the browser.

However, I stumbled on something:

I use this JavaScript in the left frame (on web page developer's left hand side and web page developer is facing the screen) to produce vertical menu in my web page.The left frame occupies about 1/6 of the width of my desktop. The other 5/6 of the desktop displays the main content of the web page. That is to say, I have frames in columns.

When I roll the mouse over the menu in the left frame, the majority view of the menu at the sub-level is blocked by the main content frame of the web page. I only see a small portion of the sub-menu. I think it is because I did not set the parameters quite right. What is the trick to have the entire view of the sub-level menu in the web page?
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a forum for scripts on dynamic drive. A lot of people know the scripts inside out there.

http://codingforums.com

The dynamic drive forum is a sub forum in the JavaScript one.

Eric
 
Stinging nettles are edible. But I really want to see you try to eat this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic