css3 transform对其余样式影响,(尤为是position:flixed)

一、transform 会为当前元素添加 position : relative 特性;

当 magin 为负值的时候,就会覆盖到前面的 元素,html

然而若是给前面元素添加了transform 属性后,前面的元素就会在上面框架

 

二、transform 会限制 position:flxed  

当一个元素 有 postion :flxed 属性当时候,应该是相对于文档定位post

然而,当父元素中有 transform 属性的时候,该元素的 postion:flxed 属性就会变成 absolute 。插件

当引用 iscroll 等框架等时候 ,尤为要注意orm

 

我的博客 : 不少有用的插件    https://gilea.cn/htm

 

 https://www.cnblogs.com/jiebbablog

相关文章
相关标签/搜索