CSS 控制div在页面中水平垂直居中

#silverlightControlHost {

      height: 200px;

      width: 300px;

      left:50%;

      top:50%;

      margin-left:-150px;

      margin-top:-100px;

      position: absolute;

      text-align: center;

}

 

根据需要修改

的值即可

height: 200px;

width: 300px;

margin-left:-150px;

margin-top:-100px;

posted @ 2011-04-06 09:45  翟士丹  阅读(508)  评论(0编辑  收藏  举报