下面哪一个不是css中确定一个对象的定位方式的属性? ( )
A: static
B: absolute
C: fixed
D: top
A: static
B: absolute
C: fixed
D: top
举一反三
- 在css中,下列()不是定位页面元素的方式。 A: static B: absolute C: top D: fixed
- CSS中设置固定定位的属性值为( )。 A: relative B: static C: absolute D: fixed
- 在CSS中,position属性用于定义元素的定位模式,下面哪一个属性是绝对定位,相对于其上一个已经定位的父元素进行定位 A: static B: relative C: absolute D: fixed
- CSS定位属性position的取值共有static、【1】、absolute和fixed四个。
- CSS中设置position相对定位的属性值为()。 A: relative B: fixed C: static D: absolute