display:table的应用与测试例

INTRO: display:table及此系列的属性值详解,包括几种常用的应用环境和测试用例。

display:table,包括与此相关的一些列display属性值,并不是很新鲜的东西了,在CSS2.1中就已经存在,但是由于IE6/7没有支持这些属性,所以用的人不算多。

虽然作为一个不是很常用的属性值,但是经过几年的锤炼,还是被开发出了很多种应用。

比如,display:table可以较好的解决未知行高的垂直居中问题(较好指的是IE6/7需要额外的处理)。
具体可参考:blueidea的一篇帖子

此外,display:table可以用来作为一种布局方式。详细请参考支付宝UED的文章

喜欢用大背景居中来解决窗口背景自适应的同学们估计也会对display:table有所了解。

1
2
3
4
5
body{
  background:#f7eecf url(images/header.jpg) no-repeat center top;
  width:100%;
  display:table;
}

这里使用display:table可以解决缩小浏览器窗口时的背景移位问题。

为了更详细地了解这个属性,我们将brunildo中的测试样例搬了过来,感谢brunildo

display:table

content

display:table-cell

content

display:table containing table-cell

content

display:table, with a box inside having background, padding, border, margin

content

other content

display:table-cell, with a box inside having background, padding, border, margin

content

other content

display:table containing table-cell, with a box inside having background, padding, border, margin

content

other content

display:table, with a box inside having background, padding, border, margin and float:left

content

other content

like the above but the inner box is not the first child of the table (text before)

before the box
content

after the box

like the above but the inner box is not the first child of the table (empty unstyled span before)

content

other content

display:table, with a box inside having background, padding, border, margin and width:300px

content

other content

display:table-cell, with a box inside having background, padding, border, margin and float:left

content

other content

display:table containing display:table-cell, with a box inside having background, padding, border, margin and float:left

content

other content

display:table containing display:table-cell, with a box inside having background, padding, border, margin and width:300px

content

other content

不支持IE7及IE7以下版本的浏览器。测试样例来自:http://www.brunildo.org/test/disptable.html

或许您对这些文章也感兴趣:

希望得到您的评论

(匿名是不被允许的)
(不会被公开)

DecImage.com 印象十二月 遥记那一季西部行

你不能逃避你的弱点,要不就奋起反击,要不就坐以待毙。如果真的是这样,为什么不从此时就开始呢?——Robert Louis Stevenson
感谢阅读我的文章,如果您需要订阅:RSS Feed | Comments RSS Feed

> 推荐两本看过的书

  • 艽野尘梦艽野尘梦全书5万多字,文言文书写,纸薄情长。读完全书,你必从此不会忘记一个叫西原的女子。
  • 幸福的建筑幸福的建筑阿兰·德波顿说他对任何的装饰都深恶痛绝,故我觉得他会和我一样喜欢北欧极简主义。
  • >友情链接

  • 零九的十二月 我在西部游走 像一个孩子一样