我正在使用下面的代码来分配屏幕的确切中心。但它不起作用。弹出窗口根据 div 的大小出现在不同的位置。但我想在屏幕中央显示 div。
.pnl_renewal_res
{
background:White;
position: absolute;
top: 50%;
left: 50%;
margin:-50px 0 0 -100px; /* [-(height/2)px 0 0 -(width/2)px] */
display: none;
border:1px solid #333333;
}