Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/04/2009, 07:50
Avatar de ACX_POISON
ACX_POISON
 
Fecha de Ingreso: abril-2008
Ubicación: Talca-Chile
Mensajes: 750
Antigüedad: 16 años, 9 meses
Puntos: 7
Respuesta: link a sexylightbox2

Gracias anduvo super bien solo faltaba agregarle algo que se me habia olvidado, pero asi me funciona bien

Cita:
<script language="javascript">
window.addEvent('domready', function()
{
//ancho y alto del cuadro
alto=150;
ancho=350;
for (i = 0, elems = document.getElementsByTagName("a"); enlace = elems[i]; i++)
{
enlace.setAttribute("rel", "sexylightbox");
ruta_link=enlace.href;
n_link=ruta_link+"?height="+alto+"&width="+ancho
enlace.setAttribute("href",n_link);//añadimos dimensiones
}
SexyLightbox = new SexyLightBox({find:'sexywhite', color:'white'});
});
</script>
__________________
Me junto con los que Saben, Queriendo Saber.