Schalk,

> Also in Firefox when hovering over the items in the main navigation
> that has fly out menus, the menus fly out fine but when trying to
> move over the the links in the fly out it causes a jumping of the
> leader board and/or the nav items and then goes away before I am
> able to click on them.

This is a known firefox bug. It will be fixed in the next version. It
appears always when a hovered element appears over an area with
overflow: scroll.

https://bugzilla.mozilla.org/show_bug.cgi?id=125386

You can do two things:

a) Try to prevent that the menue overlaps scrollable areas.
b) Open the menue via JavaScript and try to catch the wrong events.

I noticed that you use the onload events of window and body to start
your scripts. Maybe the following article will make it a bit easier:

http://www.onlinetools.org/articles/unobtrusivejavascript/chapter4.html

Good luck!

regards,

  Martin

 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to