• 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 display on mouseover

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a working javascript which generates a three column menu. How do I make this happen:

Onmouseover the menu items, the three column menu would show up and onmouseout the menu would
disappear. For example, onmouseover 'Home', the script would kick in and display the three column menu items.

Please help.

This is the top menu bar:



This is the script:

 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may want to look at this:
https://coderanch.com/t/115423/HTML-JavaScript/Positioning-DIVs

Eric
 
Richard Vagner
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Eric,

I saw your sample code. I understand in your code, the menu items are within a table structure. In my case the menu itesm are generated by the javascript. For example: how can I use the following javascrpt so that onMouseOver 'Home' or 'menu1' or 'menu2', the javascript generated menu will show?



Thank you very much
 
Richard Vagner
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No one knows?
 
reply
    Bookmark Topic Watch Topic
  • New Topic