下面哪个属性用于设置底部偏移量,即元素相对于其父元素下边线的距离
A: left
B: right
C: top
D: bottom
A: left
B: right
C: top
D: bottom
举一反三
- 通过()属性设置元素的边偏移。 A: top B: bottom C: left D: right
- 元素在垂直方向偏移时使用什么属性设置偏移量 A: px或em B: left或right C: top或bottom D: px或left
- 元素设置定位后,可以设置的方向属性有()。 A: left B: top C: right D: bottom
- 静态定位状态下,无法通过边偏移属性(top、bottom、left或right)来改变元素的位置。( )
- 如果想要获取元素相对于浏览器窗口的偏移距离,应该用_____方法来实现。该方法有两个属性,分别是_____和_____。( A: position(), top, left B: offset(), top, left<br> position(), top, right offset(), top, right