<div style="width:270px; height:320px; position:relative; z-index:0; background-image:url(<?
echo $sito ?>/immagini/immagini_locali/mappa.png); float:left;"
onMouseOver="this.style.backgroundImage='url(<? echo $sito
?>/immagini/immagini_locali/mappa_veneto.png)'; this.style.width='360px';
this.style.position='absolute'; this.style.zIndex='10';"
onMouseOut="this.style.backgroundImage='url(<? echo $sito
?>/immagini/immagini_locali/mappa.png)'; this.style.position='relative'; this.style.width='270px';
this.style.zIndex='0';">
e funziona...
ora vi chiedo (ne approfitto)
i div possono essere "mappati" come le immagini per far apparire XYZ immagine se passo sopra col mouse in una determinata area e ABC immagine se passo sopra un altra area?