Chinaunix首页 | 论坛 | 博客
  • 博客访问: 846609
  • 博文数量: 372
  • 博客积分: 10063
  • 博客等级: 中将
  • 技术积分: 4220
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-24 11:36
文章分类

全部博文(372)

文章存档

2012年(372)

分类: 虚拟化

2012-04-21 22:10:28

p
{
display: block
}

li
{
display: list-item
}

table
{
display: table
}

td, th
{
display: table-cell
}

Possible Values
可能用到的值
Value描述
none The element will not be displayed
元素将不会被显示出来
block The element will be displayed as a block-level element, with a line break before and after the element
元素将以块级元素的形式显示出来,在元素的前后都带有换行。
inline The element will be displayed as an inline element, with no line break before or after the element
元素将以inline元素的形式显示,元素的前后不带有换行。
list-item The element will be displayed as a list
元素将以别表的形式显示出来。
run-in The element will be displayed as block-level or inline element depending on context
元素将根据它的上下文来以块级或是inline元素的形式显示。
compact The element will be displayed as block-level or inline element depending on context
元素将根据它的上下文来以块级或是inline元素的形式显示。
marker  
table The element will be displayed as a block table (like ), with a line break before and after the table
元素以表格区的形式来显示(像
),表格前后带有换行。
inline-table The element will be displayed as an inline table (like ), with no line break before or after the table
元素将inline表格的形式来显示(像
),表格的前后不带换行)
元素将以一行或多行的组来显示(像))
元素将以一行或多行的组来显示(像))
元素将以一行或多行的组来显示(像))
元素讲以表格行的形式来显示(像))
元素将以一列或多列组的形式来显示(像))
元素将以单元格的一列来显示(像)
table-row-group The element will be displayed as a group of one or more rows (like
table-header-group The element will be displayed as a group of one or more rows (like
table-footer-group The element will be displayed as a group of one or more rows (like
table-row The element will be displayed as a table row (like
table-column-group The element will be displayed as a group of one or more columns (like
table-column The element will be displayed as a column of cells (like
table-cell The element will be displayed as a table cell (like and )
元素将以表格单元的形式来显示(像
)
table-caption The element will be displayed as a table caption (like
)
元素将以表格标题的形式来显示(像
)
阅读(927) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~