2013年8月28日

垂直置中

 vertical-align:middle;


單行的處理比較ez  把 line-height 的高度設成跟外部區塊的 height 相同即可

#menuLinkL a {

text-align: center;

width:140px;

height:24px;

line-height:24px;

}

1 則留言:

  1. 比較簡單:
    html { width:100%; height: 100%; }
    body { min-height: 100%; height: auto; vertical-align:middle; margin:0; }
    .vcenter
    {position:absolute; left:40%; top:30%; }

    margin:0; <--就不會產生bar

    回覆刪除