• 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

Mozilla on Scroll/wheel

 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends!!

I have a cascading menu built using div.
What I want to happen is if the cascading menu is exceeding the page displayed when items are browsed, if user scrolls on it using mouse wheel, the div should scroll to reveal the unseen part of the div.

I have tried the following code:



The onWheel function is getting called but the return false or return true from this function does not retain the cascading menu like IE does.. it vanishes

What will work in Mozilla for this?
 
reply
    Bookmark Topic Watch Topic
  • New Topic