其他分享
首页 > 其他分享> > css高级技巧

css高级技巧

作者:互联网

fixed相对父节点定位

transform: rotate(0)

使用 fixed 进行布局的元素,在一般情况下会相对于屏幕视窗来进行定位。但是如果父元素的 transform, perspective 或 filter 属性不为 none 时,position为fixed 的元素就会相对于父元素来进行定位。

标签:定位,技巧,元素,transform,高级,相对,perspective,fixed,css
来源: https://www.cnblogs.com/zhuxiang1633/p/16611677.html