Javacript Menu not working in I.E. 6.0

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/
 
D

David Mark

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top