如何居中Facebox

时间:2011-08-09 18:24:37

标签: javascript jquery

我喜欢将facebox放在我工作的项目中心。当我添加此代码时,它将居中

  $(document).bind('close.facebox', function() {
    $(document).unbind('keydown.facebox')
    $('#facebox').fadeOut(function() {
      $('#facebox .content').removeClass().addClass('content')
      $('#facebox .loading').remove()
      $(document).trigger('afterClose.facebox')
    })
    hideOverlay()
  })

问题是它会加载到顶部然后移动到中心。无论如何都要让facebox加载到中心?感谢。

1 个答案:

答案 0 :(得分:0)

Facebox插件使它已经处于中心位置 http://phpcode.eu/images/1312914393.png