![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)
Bueno, mi duda es la siguiente tengo una web i la imagen del enter tiene este efecto i pues la imagen incluye un mapa o usermap, i cuando paso el mouse x algun mapa de la imagen, esta se oscurese i se vuelve a aclarar
lo qe yo qiero es qe esto no suseda qe el efecto de la imagen opaca ocurra una vez , no cuando seleccione alguno de los mapas.
Aqui les dejo la pag:
http://hoshiraito-graphics.awardspace.com/
i aqui el codigo 1 part:
<script language="JavaScript1.2">
function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)", 50)
}
function low(which2){
clearInterval(highlighting)
if (which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=30
}
function highlightit(cur2){
if (cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpa city)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}
</script>
i la 2 parte (imagen):
<MAP NAME="map1"><area shape="rect" coords="288,44,318,54" href="http://hoshiraito-graphics.awardspace.com/" alt="Hoshiraito.Graphics - { 800x600 resolution }">
<area shape="rect" coords="306,55,342,64" href="http://hoshiraito-graphics.awardspace.com/" alt="Hoshiraito.Graphics - { 1024x768 or higher resolution }"></MAP><img src="http://i181.photobucket.com/albums/x50/kari-mimi-digiworld/Hoshiraitoent.jpg" width=348 height=76 USEMAP="#map1" border=0
style="filter:alpha(opacity=25);-moz-opacity:1.5" onMouseover="high(this)" onMouseout="low(this)">
Bueno...Espero qe alguien me pueda ayudar :) Thk
![Corazón](http://static.forosdelweb.com/fdwtheme/images/smilies/love.png)