15/04/2013, 16:58
|
| | Fecha de Ingreso: junio-2008 Ubicación: Colombia
Mensajes: 207
Antigüedad: 16 años, 4 meses Puntos: 12 | |
Respuesta: Utilizar Shadowbox con onclick Ya probaste con?
Código:
$('#e').click(function(){
setTimeout(function() {
Shadowbox.open({
content: '<div><img src="Logo.png"><div id="k"></div><br><img src="Logo.png"></div>',
player: "html",
title: "Oferta",
width: 492,
height: 367
});
}, 50);
})
|