Código HTML Imagen Semi Transparente en MouseOver
<img src="URL DE LA IMAGEN"
width="105" height="140"
style="-moz-opacity:0.5;filter:alpha(opacity=50);cursor:hand"
onmouseover="this.style.MozOpacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.MozOpacity=0.5;this.filters.alpha.opacity=50"
>
¿Problema con el Código? Infórmanos.