I'm using a script for a menu system that uses:
document.onmouseover = toggle();
to toggle my menus. I've been debugging my code and it comes down to one line with an error that states:
Error: Not implemented.
Does IE6 not use event bubbling the same way its earlier versions did?
Is there another way to accomplish this?
Thanks.
Bob Henninger
document.onmouseover = toggle();
to toggle my menus. I've been debugging my code and it comes down to one line with an error that states:
Error: Not implemented.
Does IE6 not use event bubbling the same way its earlier versions did?
Is there another way to accomplish this?
Thanks.
Bob Henninger