浮动居中

实现浮动层居中的方法,搜集在此:

.css{
     width:950px;
     left:50%;
     margin-left:-475px;
     top:0;  
position:relative; }

 

posted @ 2014-11-11 10:56  Zell~Dincht  阅读(101)  评论(0编辑  收藏  举报