Tema: magiczoom
Ver Mensaje Individual
  #11 (permalink)  
Antiguo 25/01/2013, 17:23
el_loco90
 
Fecha de Ingreso: julio-2012
Mensajes: 234
Antigüedad: 11 años, 9 meses
Puntos: 9
Respuesta: magiczoom

Cita:
Iniciado por fjrueda Ver Mensaje
Le falta hacer uso de la etiqueta <a> ..... fijese bien en el ejemplo.
y esto >>onmouseover="enterPhoto(this)('<?php echo $foto1 ?>').src='<?php echo $foto1 ?>'"/<< esta totalmente mal implementado, deje el evento solo con el llamdo a la funcion.
amigo
ahora lo hice asi pero tampoco anda
Código HTML:
Ver original
  1. <div>
  2. <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)('<?php echo $foto2 ?>').src='<?php echo $foto2 ?>'"/></a>
  3. <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)('<?php echo $foto3 ?>').src='<?php echo $foto3 ?>'"/></a>
  4. <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)('<?php echo $foto4 ?>').src='<?php echo $foto4 ?>'"/></a>
  5. </div>
  6. <img src="<?php echo $foto2 ?>" name="imagen_mayor" width="533" height="327" id="imagen_mayor" />