CSS使DIV层绝对居中【水平和垂直】

xiaoxiao2026-06-12  11

 #content{            position:absolute;         width:650px;         height:298px;         left:50%;         top:50%;         margin-left:-325px;   /*设置为宽度的一半*/         margin-top:-149px;    /*设置为高度的一半*/    }

 

 

IE6、IE7、Firefox全都正常显示。

转载请注明原文地址: https://www.6miu.com/read-5050045.html

最新回复(0)