2014年8月19日 星期二

DIV表格繪製


如何使用 CSS 格線建立調適型配置
http://msdn.microsoft.com/zh-tw/library/jj553856(v=vs.85).aspx

表格的欄位為什麼不對齊

CSS:DISPLAY




)
)
)
)
)
)
ValueDescription
blockElement is rendered as a block-level element
compactElement is rendered as a block-level or inline element. Depends on context
inheritThe value of the display property is inherited from parent element
inlineElement is rendered as an inline element. This is default
inline-blockElement is rendered as a block box inside an inline box
inline-tableElement is rendered as an inline table (like
), with no line break before or after the table
list-itemElement is rendered as a list
markerThis value sets content before or after a box to be a marker (used with :before and :after pseudo-elements. Otherwise this value is identical to "inline")
noneElement will not be displayed
run-inElement is rendered as block-level or inline element. Depends on context
tableElement is rendered as a block table (like
), with a line break before and after the table
table-captionElement is rendered as a table caption (like
)
table-cellElement is rendered as a table cell (like and )
table-columnElement is rendered as a column of cells (like
table-column-groupElement is rendered as a group of one or more columns (like
table-footer-groupElement is rendered as a table footer row (like
table-header-groupElement is rendered as a table header row (like
table-rowElement is rendered as a table row (like
table-row-groupElement is rendered as a group of one or more rows (like



HTML 4.01 快速導覽 - 表格
http://pydoing.blogspot.tw/2011/06/html-trtd.html
最簡單的表格就是在 只使用 與 是列,

兩個標籤,
則是欄

的屬性如下
屬性Deprecated or Obsolete
alignleft
center
right
justify
char
Deprecated in HTML 4.01, Obsolete in HTML 5
bgcolor#RRGGBBDeprecated in HTML 4.01, Obsolete in HTML 5
char依 align 設定Deprecated in HTML 4.01, Obsolete in HTML 5
charoff依 align 設定Deprecated in HTML 4.01, Obsolete in HTML 5
valignbaseline
bottom
middle
top
Deprecated in HTML 4.01, Obsolete in HTML 5



的屬性如下

屬性Deprecated or Obsolete
abbrObsolete in HTML 5
alignleft
center
right
justify
char
Deprecated in HTML 4.01, Obsolete in HTML 5
axisObsolete in HTML 5
char依 align 設定Deprecated in HTML 4.01, Obsolete in HTML 5
charoff依 align 設定Deprecated in HTML 4.01, Obsolete in HTML 5
colspan垂直擴展格數
headers
rowspan水平擴展格數
scopeObsolete in HTML 5
valignbaseline
bottom
middle
top
Deprecated in HTML 4.01, Obsolete in HTML 5

CSS DIV 區塊標籤的使用教學
http://www.wibibi.com/info.php?tid=112

修改 HTML Table 表格內的文字大小與顏色
http://www.webtech.tw/info.php?tid=88

如何用div+css實現可往下+往右延伸的表格?

http://blog.sina.com.tw/joyhsu_works/article.php?entryid=600782

HTML與CSS練習

http://mepopedia.com/forum/read.php?804,43670



沒有留言: