css 居中

解决方案 »

  1.   

    把div 水平、垂直居中;
    div 高度自动增高!
      

  2.   

    div 的垂直居中 可以用position:relative left=50% top=50%  在这个层里面再建一个divposition:relative left=-50% top=-50% 
    div 的水平居中 可以在body 设置  text-align=center  又或者设置line-height=*px
      

  3.   

    增高 max-height:100px; overflow: scroll
      

  4.   

    直接在你要居中的空间外层加个<center></center>