如果要让一个div固定在窗口的指定位置,应该将其position的属性值设置为()。
A: static
B: absolute
C: relative
D: fixed
A: static
B: absolute
C: relative
D: fixed
举一反三
- 如果要让一个div固定在窗口的指定位置,应该将其position的属性值设置为 ( )。
- 设置相对定位,Position 属性值为: A: static B: relative C: absolute D: fixed
- position属性固定控制元素位置可以设置为: A: position:static B: position:absolute C: position:fixed D: position:relative
- CSS中设置position相对定位的属性值为()。 A: relative B: fixed C: static D: absolute
- CSS中设置position静态定位的属性值为()。 A: relative B: static C: absolute D: fixed