11
Vielen Dank für eure Hilfe!
function hoverIE() {
var LI = document.getElementById("Navigation").firstChild;
do {
if (sucheUL(LI.firstChild)) {
LI.onclick=einblenden;
}
LI = LI.nextSibling;
}
while(LI);
}
if(window.navigator.systemLanguage && !window.navigator.language) {
}
ul#Navigation li ul {
display: none;
}