so im working on building this page right now using CSS flyout menus. I got the code from A List Apart, and everything works perfectly in every browser except for fucking IE 6, if anyone can help out and figure out what im missing that would be greatly appreciated.
in your javascript, the following is returning null:
navRoot = document.getElementById("nav");
so IE craps out on getting the length on the next line and the flyout doesn't work.
try adding id="nav" to
thats perfect! thanks!
Sorry, you must be a member to post to a conversation. Either
log in or
sign up
to get involved.