在使用animate()方法时,必须设置元素的()属性。
A: float
B: position
C: overflow
D: width
A: float
B: position
C: overflow
D: width
举一反三
- 在使用animate()方法时,必须设置元素的属性
- 设置CSS浮动布局一般需要使用的两个属性是()。 A: position和float B: float和clear C: position和width D: float和width
- 在CSS中通过()属性实现元素的浮动。 A: display B: float C: overflow D: position
- 在CSS中,可以通过float属性为元素设置浮动,以下属于float属性值的是( )。 A: overflow:auto; B: overflow:hidden; C: overflow:visible; D: overflow:scroll;
- 设置哪些属性后元素会脱离正常文档流? A: width B: color C: float:left; D: position:absolute;