Javacript Menu not working in I.E. 6.0

  • Thread starter Thread starter Saqib Ali
  • Start date Start date
S

Saqib Ali

We are using a Javascript drop-down Menu system from HTMLDog. However
it doesn't work properly in I.E 6.0. As soon as the mouse leaves the
text in a menu item, the menu collapse. If you hover over any text in
the menu the javascript menu works fine.

Site with the problem:
http://www1.hidaya.org/

The menu works fine in Firefox, IE 7.0 and Safari.

Any thoughts on why it is failing in I.E. 6.0 ?

saqib
http://security-basics.blogspot.com/
 
We are using a Javascript drop-down Menu system from HTMLDog. However

Looks like it is CSS-based to me. Those are of limited usefulness as
they don't work with keyboard input and the positioning is haphazard
(eg items can appear partially off-screen.) Typically they have
fallback script for IE6 as IE6 doesn't support the hover pseudo-class
for anything but anchors. I didn't see anything like that in your
source.
it doesn't work properly in I.E 6.0. As soon as the mouse leaves the
text in a menu item, the menu collapse. If you hover over any text in
the menu the javascript menu works fine.

Did you add that crazy ALA "fix" before or after posting?
 
Back
Top