div_biblio.onmo useover = function() {affiche('sousm enu3')};
div_biblio.onmo useout = function() {affiche()};
User Profile
Collapse
-
submenu does'nt appears
Hello,
I'm trying to convert an existing menu and submenus in javascript by using DOM methods. The previous one uses only document.write.
I do not manage to show the sub-menus with the onmouseover event.
see lines 18 & 19:
...Code:function affiche(id) { var d = document.getElementById(id); for (var i = 1; i<=9; i++) { if (document.getElementById('sousmenu'+i)) {document.getElementById('sousmenu'+i).style.display='none';}
No activity results to display
Show More
Leave a comment: