position:relative 的使用限制
在 W3C 规范中 position 是可以使用在任何元素上的,但 position:relative 却有部分例外:
经测试,在浏览器(IE 除外)中给 table 定义 position:relative 属性是无效的。如果的确需要在表格中使用该属性,建议在单元格中嵌套一个 div 元素,再在其上设置 position:relative 属性来模拟。
同样在谷歌的chrome浏览器下 给 span 定义 position:relative 属性也是无效的,建议使用 div 元素。

浙公网安备 33010602011771号