现在我以这种方式设置模态jQuery窗口的位置:
var winH = $(window).height(); var winW = $(window).width(); //Set the popup window to center $(id).css('top',winH/2-$(id).height()/2); $(id).css('left',winW/2-$(id).width()/2);
当我向下滚动时如何使popUp居中?
解决方法
您可以使用另一种CSS样式,尝试position:fixed