position:relative的使用限制
日期:2011-11-25 阅读:21 分类:HTML~CSS
在 W3C 规范中 position 是可以使用在任何元素上的,但 position:relative 却有部分例外:
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.
经测试,在浏览器(IE 除外)中给 table 定义 position:relative 属性是无效的。如果的确需要在表格中使用该属性,建议在单元格中嵌套一个 div 元素,再在其上设置 position:relative 属性来模拟。
来自:planabc
本页链接: http://www.scriptlover.com/static/1216-position-relative
相关文章
- 修复ie6-position:fixed 2008-12-10
- Javascript获取控件的绝对位置 2008-09-18