單項選擇題
內(nèi)部
,span相對父元素div進行定位,父元素div要加()屬性?

A.position:absolute;
B.position:relative;
C.position:static;
D.position:fixed;


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題想讓UL中的LI距離UL的頂部有5px的距離,通過()樣式完成?

A.ul{padding-top:5px}
B.ul{margin-top:5px}
C.ul{padding-top:5px5px}
D.ul{padding-bottom:5px}

2.單項選擇題(網(wǎng)站)#wrap{width:600px;height:200px;background:#ccc;position:absolute;}實現(xiàn)wrap在瀏覽器中垂直居中,需要再添加什么樣式?()

A.top:50%;margin-top:-100px;
B.top:50%;margin-top:100px;
C.left:50%;margin-top:-100px;
D.top:50%;margin-left:-100px;

4.單項選擇題實現(xiàn)一個已知寬高的盒子在瀏覽器中水平和垂直都居中,需要使用()屬性。

A.float:right
B.position:relative
C.?position:absolute
D.float:left