Hallo!
Moin.
function rollOut(id){
if(id != activeFrame){
document.getElementById(id).style.backgroundColor = "#FFFFFF";
document.getElementById(id).firstChild.nextSibling.style.color = "#BDBDAD";
}
}
Jemand eine Idee?
Meine Idee wäre folgende:
function rollOut(){
if (id != activeFrame)
with (document.getElementById(id)){
style.backgroundColor = "#FFFFFF"
getElementsByTagName('a')[0].style.color = "#BDBDAD"
}
}
MfG, Martin
Hghzk
T.