我喜欢将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加载到中心吗?谢谢。
发布于 2011-08-10 02:27:08
Facebox插件让它已经成为http://phpcode.eu/images/1312914393.png的中心
https://stackoverflow.com/questions/7000961
复制相似问题