搜尋此網誌

2011年8月23日 星期二

常用的CSS語法(陸續補充)

當美工不給力時~是PG的悲哀~所以做些紀錄已備後查



  -------------------------------A1
  A3    B                                   A4
  -------------------------------A2

margin-top(table 使用)
A1與B的距離
ex: margin-top: 5px;

margin-bottom(table 使用)
A2與B的距離
ex: margin-bottom: 5px;


margin-left(table 使用)

A3與B的距離
ex: margin-bottom: 5px;


margin-right(table 使用)

A4與B的距離
ex: margin-bottom: 5px;

padding
2個tr間的距離(對應cellspacing)
ex:padding:2px; 


font-size
字體大小
ex:font-size:10pt;

font-family
字型
ex:font-family:微軟正黑體;


line-height 
文字行距

letter-spacing
文字間距

td強制換行
參考:http://www.cftea.com/c/2009/01/qpdzu40mnw8fyyg3.asp
style='word-break:break-all;'





沒有留言:

張貼留言