30
Dikey merkezleme Bootstrap kalıcı penceresi
Modalımı görüntü alanında ortalamak istiyorum (ortada) Bazı css özellikleri eklemeye çalıştım .modal { position: fixed; top:50%; left:50%; } Bu örneği kullanıyorum http://jsfiddle.net/rniemeyer/Wjjnd/ denedim $("#MyModal").modal('show').css( { 'margin-top': function () { return -($(this).height() / 2); }, 'margin-left': function () { return -($(this).width() / 2); } })