Posts: 3,108
Location: Toronto, Ontario
|
Check there for a preview of my nights work
Anyway, if you check it out in Moz, it works fine. But check it out in IE and hover your mouse over the topnav text (which are links), then when the menu comes up, move your mouse down as if you were going to hover over one of the items. You'll see that the menu will disappear. But if you put your mouse over to the side of the text and do the same, the menu remains (as it supposed to).
If I take out the anchors (meaning, leave only the text), it works fine. IE just hates those anchors for some reason lol.
Anyway, some files you might want to look at if you're willing to help  - global.js - Just some generic functions
- menu.js - The meat and potatoes of the menu functionality
- main.css - The CSS file. Don't think it has anything to do with the CSS though.
The only thing that closes any menus is the closeMenu function which is called on document.onmouseover. The anchors are part of an object which stops event bubbling, so in theory, they shouldn't be closing lol.
And yes, the anchors do matter. DHTML is just a feature to me, the page still has to function without it.
Edit: Took the files off from my server. I've attached them to this post for people who read this later.
|