Skip to content

Commit 144067f

Browse files
committed
style: position:fixed
1 parent 1b54794 commit 144067f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSS/position-fixed什么时候会失效.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
若是设置了`position: fixed`属性的元素,它的上级元素设置了`transform`属性则会导致固定定位属性失效。
88
无论你的`transform`设置的是什么属性都会影响到`position: fixed`
99

10-
注意,这个特性表现,目前只在Chrome浏览器/FireFox浏览器下有,IE浏览器,包括IE11, `fixed`还是`fixed`的表现。
10+
注意,这个特性表现,目前只在Chrome浏览器/FireFox浏览器下有,IE浏览器,包括IE11, `fixed`还是`fixed`的表现 😊
1111

1212
看下面的案例1:
1313

0 commit comments

Comments
 (0)