Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/04/2009, 15:37
Avatar de David
David
Moderador
 
Fecha de Ingreso: abril-2005
Ubicación: In this planet
Mensajes: 15.720
Antigüedad: 19 años, 9 meses
Puntos: 839
Respuesta: link a sexylightbox2

Supongo que algo así debería funcionar:
Código javascript:
Ver original
  1. window.addEvent('domready', function(){
  2.     for (i = 0, elems = document.getElementsByTagName("a"); enlace = elems[i]; i++) {
  3.         enlace.setAttribute("rel", "sexywhite");
  4.     }
  5.     SexyLightbox = new SexyLightBox({find:'sexywhite', color:'white'});
  6. });
__________________
Por favor, antes de preguntar, revisa la Guía para realizar preguntas.