User Profile

Collapse

Profile Sidebar

Collapse
metalcat
metalcat
Last Activity: May 29 '16, 09:07 PM
Joined: May 28 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • metalcat
    replied to submenu does'nt appears
    div_biblio.onmo useover = function() {affiche('sousm enu3')};
    div_biblio.onmo useout = function() {affiche()};
    See more | Go to post

    Leave a comment:


  • metalcat
    started a topic submenu does'nt appears

    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';}
    ...
    See more | Go to post
No activity results to display
Show More
Working...