User53129014 posted
<script>
function mudaFoto (foto){
document.GetElementById('icone').src = foto
}
</script>
<ul type="">
<li onmouseover="mudaFoto('_imagens/home.png')"><a href="index.html">Home</a></li>
when the mouse is over, send me this error on console browser: TypeError: document.GetElementById is not a function
How do i can fix?