iframe中,滚动条在父页面,弹出层屏幕居中:
$( this ).css( "top", (window.screen.availHeight - this.offsetHeight - 100) / 2 + parent.pageYOffset);
window.screen.availHeight:屏幕高度,this.offsetHeight:弹出层的高度
iframe中,滚动条在父页面,弹出层屏幕居中:
$( this ).css( "top", (window.screen.availHeight - this.offsetHeight - 100) / 2 + parent.pageYOffset);
window.screen.availHeight:屏幕高度,this.offsetHeight:弹出层的高度