помогите сделать 3 уровень менюшки!!!
Всем привет...
Простите за елементарный вопрос, просто Java не знаю... Есть скрипт и нужно сделать 3 уровень: // JavaScript Document startList = function() { if (document.all&&document.getElementById) { navRoot = document.getElementById("mm"); for (i=0; i<navRoot.childNodes.length; i++) { node = navRoot.childNodes[i]; if (node.nodeName=="LI") { node.onmouseover=function() { this.className+=" over"; } node.onmouseout=function() { this.className=this.className.replace(" over", ""); } } } } } var name = navigator.appName if (name == "Microsoft Internet Explorer") window.onload=startList; // End --> Заранее спасибо. |
Часовой пояс GMT +3, время: 05:51. |