本文主要来自:http://www.planabc.net/2008/08/13/limited_use_of_position_relative/
下面的文案注释来自:http://www.w3.org/TR/2006/WD-CSS21-20061106/visuren.html#propdef-position
relative The box's position is calculated according to the normal flow (this is called the position in normal flow). Then the box is offset relative to its normal position. When a box B is relatively positioned, the position of the following box is calculated as though B were not offset. The effect of 'position:relative' on table-row-group, table-header-group, table-footer-group, table-row, table-column-group, table-column, table-cell, and table-caption elements is undefined.
table定义position:relative属性无效。 可以给td加div,给div再设置
本文探讨了CSS中相对定位(relative positioning)的概念及其如何应用于不同类型的HTML元素。特别指出,在表格元素如table-row-group等上使用相对定位的效果是未定义的,并提供了一种通过在表格单元格内部嵌套div元素来实现相对定位的方法。
5万+

被折叠的 条评论
为什么被折叠?



