佬唐

博客园 首页 新随笔 联系 订阅 管理

CSS实现水平/垂直自适应浏览器居中

2008-09-30 16:33   阅读10   评论0

关键样式:

.bgbox {position:absolute;top:50%;left:50%;}

.bgbox .ndiv{height:100px;width:200px;position: relative; margin:-50px auto auto -100px;}

.ndiv的样式里margin的上边和左边边距,分别是这个容器高和宽的一半的负值

posted on 2008-09-30 01:12  佬唐  阅读(120)  评论(0)    收藏  举报