DIV水平垂直居中

主要代码:
position:absolute;
top:50%;
left:50%;
margin-top:-(height/2);
margin-left:-(width/2) 


posted @ 2012-05-25 23:12  小彭博客  阅读(418)  评论(0编辑  收藏  举报