A.position:relative
B.position:absolute
C.float
D.overflow
您可能感興趣的試卷
你可能感興趣的試題
A.寬度,高度
B.寬度,寬度
C.高度,寬度
D.高度,高度
A.border-left-radius:20px;
B.border-top-left-radius:20px;
C.border-radius-left-top:20px;
D.border-radius-top-left:20px;
A.inline-block
B.inline
C.block
D.none
A.width:0;height:0;border:10pxsolidtransparent;border-top-color:#00f;
B.width:10px;height:10px;border:10pxsolid#00f;border-top-color:transparent;
C.width:0;height:0;border:10pxsolidtransparent;border-bottom-color:#00f;
D.width:10px;height:10px;border:0pxsolid#00f;border-bottom-width:10px;
A.background:#ccc,url(bg.png)no-repeat,-100pxcenter;
B.background:#cccurl(bg.png)no-repeat-100pxcenter;
C.background:#ccc;background-image:url(bg.png)no-repeat-100pxcenter;
D.background-color:#ccc;background-image:url(bg.png)no-repeat-100pxcenter;
最新試題
如果背景圖像的background-attachment屬性為(),則background-origin屬性沒(méi)有效果。
超鏈接的偽類(lèi)選擇器的使用順序?yàn)椋ǎ?/p>
text-shadow屬性默認(rèn)投影顏色為黑色。
text-overflow屬性需要配合overflow:hidden;使用。
如何實(shí)現(xiàn)導(dǎo)航欄中每個(gè)導(dǎo)航項(xiàng)的內(nèi)容垂直方向居中?()
下列將頁(yè)面上div元素繞中心點(diǎn)逆時(shí)針旋轉(zhuǎn)30度的是()。
使用border-radius屬性為元素設(shè)置圓角邊框時(shí),4個(gè)角的圓角半徑必須一樣。
可以使用css的()屬性來(lái)設(shè)置元素的定位類(lèi)型。
定位元素是浮動(dòng)的正常的文檔流之上的,可以用()屬性來(lái)設(shè)置元素的層級(jí)。
()表示固定定位,相對(duì)于瀏覽器窗口進(jìn)行定位。