ei pessoal tava tentando criar um menu mudando a imagem mas não consigo, só consigo muda a cor:
alguém poderia mim ajuda
function movein(which,html){
which.style.background=‘core’
if (document.getElementById)
document.getElementById(“boxdescription”).innerHTML=html
else
boxdescription.innerHTML=html
}
function moveout(which){
which.style.background=‘bisque’
if (document.getElementById)
document.getElementById(“boxdescription”).innerHTML=’ ’
else
boxdescription.innerHTML=’ ’
}
//–>