單項(xiàng)選擇題下列哪個(gè)代碼可以設(shè)置或獲取當(dāng)前控件與其底部相鄰控件或父控件底邊之間的距離()。

A. aa.style.marginBottom
B. aa.style.marginTop
C. aa.style.marginLeft
D. aa.style.marginRight


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題以下哪段代碼是獲取控件內(nèi)文本的顏色()。

A. var color = aa.style.color
B. aa.style.color = ‘blue’
C. var width = aa.borderWidth
D. var style = aa.style.borderBottomStyle

2.單項(xiàng)選擇題代碼P.style.borderBottomWidth=2表示()

A. 設(shè)置<p>的邊框?yàn)?像素
B. 設(shè)置<p>的底邊框?yàn)?像素
C. 設(shè)置id為P的標(biāo)簽的邊框?yàn)?像素
D. 設(shè)置id為P的標(biāo)簽的底邊框?yàn)?像素

3.單項(xiàng)選擇題要給id為P的標(biāo)簽行高設(shè)為20像素,代碼為:()

A. P.style.fontWeight
B. P.style.margin
C. P.style.lineHeight
D. 以上都不正確

4.單項(xiàng)選擇題對(duì)代碼 setTimtout("show()",100) 理解正確的是()。

A.有語法錯(cuò)誤,要去掉雙引號(hào)
B.表示100毫秒后調(diào)用一次show方法
C.100表示毫秒,在setTimtout后加一個(gè)參數(shù),100也可以表示為秒
D.setTimtout相當(dāng)于C#中的Timer

5.單項(xiàng)選擇題

對(duì)代碼
<td onmouseenter="style.backgroundImage='url(a.jpg)'" onmouseout="style.backgroundImage='url(b.jpg)'"></td>
理解正確的是()

A.這是一段光棒效果的代碼
B.onmouseenter是表示鼠標(biāo)離開到td標(biāo)簽上時(shí)發(fā)生
C.鼠標(biāo)動(dòng)到td上時(shí)td的背景圖片更換為a.jpg