如何将fancybox放在顶部 [英] How to position fancybox on top

查看:60
本文介绍了如何将fancybox放在顶部的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

默认情况下如何将fancybox从顶部放置100px,并将其居中对齐.

How to position the fancybox 100px from top by default it is center aligned.

我相信没有api设置.谁能帮助我在实际脚本上做到这一点.

I believe there is no api settings for that. Can anyone help me out in doing it on the actual script.

推荐答案

$.fancybox({
   'width'     : 620,
   'height'    : 490,
   'speedIn'    :600,
   'speedOut'   :200,
   'onComplete': function() {
      $("#fancybox-wrap").css({'top':'20px', 'bottom':'auto'});
   }
});

这篇关于如何将fancybox放在顶部的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆