Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/08/2009, 07:01
paulamg
 
Fecha de Ingreso: septiembre-2008
Mensajes: 33
Antigüedad: 15 años, 7 meses
Puntos: 0
Titulo galeria de fotos

Hola, estoy haciendo una galeria de fotos en flickr con un js q encontre las fotos se muestran con un highslide, necesito que me muestre una descripcion mediante un div, como lo puedo hacer??

Gracias
Código:
var anchor = document.createElement('a');
anchor.href = 'http://static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_m.jpg';
anchor.getAttribute('class') == 'highslide'
anchor.onclick = function () {hs.expand(this); return false;}
var objOverlay = document.createElement('div');
anchor.getAttribute('class') == 'highslide-caption'
document.write(photo.title);
//<div class="highslide-caption">photo.title</div>
//document.write(document.title)
//document.write(photo.title);
//document.write('photo.title');