Sto provando con questa soluzione, che credo sia la direzione corretta, ma non riesco a far cambiare immagine al passaggio
codice HTML:<p id="hoverArea">Rifacimento Tetti</p> <IMG id="hoverPic" src="img/bricksmall.png" width="16" height="16"> <SCRIPT type="text/javascript"> var hoverTxt=document.getElementById("hoverArea"); var hoverImg=document.getElementById("hoverPic"); hoverTxt.onmouseover = function(){hoverImg.src="img/brick.png";} hoverTxt.onmouseout = function() { hoverImg.src = "img/bricksmall.png"; }</SCRIPT>


Rispondi quotando
