taylorantone
MIS
I have two drop-down menus using ul's on the same page, and there's a small javascript that had to be added to make the hover/over property work in IE on non-links.
This script holds the id of the menu to reference. Well, since I have two menus on the same page, I can't give them both the same id, so I tried to add them both to the javasctipt ("navbar","mainmenu"). Doing that makes both menus work properly in Firefox, but no IE. Only the first one in the list works.
Is there a way to fix this?
Oh, I realize this may be more a javascript question, but these bugs in IE with CSS are just ridiculous, so I figured I'd start here.
Thanks.
And here's a link to the page in question (no, the main menu is not completed. I just didn't see the need in completing that before I could get this working:
This script holds the id of the menu to reference. Well, since I have two menus on the same page, I can't give them both the same id, so I tried to add them both to the javasctipt ("navbar","mainmenu"). Doing that makes both menus work properly in Firefox, but no IE. Only the first one in the list works.
Is there a way to fix this?
Oh, I realize this may be more a javascript question, but these bugs in IE with CSS are just ridiculous, so I figured I'd start here.
Thanks.
And here's a link to the page in question (no, the main menu is not completed. I just didn't see the need in completing that before I could get this working: