0
私は作業中のプロジェクトにfaceboxを中心に置いています。このコードを追加すると中心になります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のロードを中央にするにはどうしますか?ありがとう。
ですでにそれを作ります。 「Ajaxes」の例を確認してください。それは上に来ている – maxlk
@shown:http://phpcode.eu/images/1312915002.png – genesis