Cita:
Iniciado por fjrueda Le falta ....
No esta marcando los identificadores que son, no esta utilizando la etiqueta <a> mas importante y sigue teniendo mal uso del evento Onmouseover.
ahi lo puse y tampoco anda
Código HTML:
Ver originalfunction enterPhoto(photo)
{
var takeUrl = photo.src;
var image290 = takeUrl.replace("90", "290");
var image1000 = takeUrl.replace("90", "1000");
document.getElementById("imagen_mayor").src = image290;
document.getElementById("imagen_mayor").href = image1000;
}
<a href="<?php echo $foto2 ?>" rel="zoom-id:showcase" rev="
<?php echo $foto2 ?>">
<img src="<?php echo $foto2 ?>" alt="02" width="63" height="35" border="0" onmouseover="enterPhoto(this);"/>
</a> <a href="<?php echo $foto3 ?>" rel="zoom-id:showcase" rev="
<?php echo $foto3 ?>">
<img src="<?php echo $foto3 ?>" alt="03" width="63" height="35" border="0" onmouseover="enterPhoto(this);"/>
</a> <a href="<?php echo $foto4 ?>" rel="zoom-id:showcase" rev="
<?php echo $foto4 ?>">
<img src="<?php echo $foto4 ?>" alt="04" width="63" height="35" border="0" onmouseover="enterPhoto(this);"/>
</a> <img src="<?php echo $foto2 ?>" name="imagen_mayor" width="533" height="327" id="imagen_mayor" />
Código HTML:
Ver original<a href="<?php echo $foto2 ?>" rel="zoom-id:showcase" rev="
<?php echo $foto2 ?>">
<img src="<?php echo $foto2 ?>" alt="02" width="63" height="35" border="0" onmouseover="enterPhoto(this);"/>
</a>
algo estoy haciendo mal y no me doy cuenta que