function resizeTBPopup(width, height){
if($('TB_ajaxContent')){
TB_WIDTH = (width*1) + 30 || 630; //defaults to 630 if no paramaters were added to URL
TB_HEIGHT = (height*1) + 40 || 440; //defaults to 440 if no paramaters were added to URL
$('TB_ajaxContent').style.height = TB_HEIGHT - 45 + 'px';
tb_position();
}
}
viernes, 26 de marzo de 2010
Redimensionar un popup Thickbox
Con esta función puedes cambiar el tamaño de tu Popup hecho con thickbox:
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario