A.float浮動(dòng)
B.常規(guī)默認(rèn)就可以顯示在上面
C.position定位
D.以上說法都不正確
您可能感興趣的試卷
你可能感興趣的試題
A.border:10pxsolid#f00;
B.?border-left:10pxsolid#f00;
C.border-right:10pxdashed#f00;
D.border-left:10pxdashed#f00;
A.background:linear-gradient(left,#ff0,0%,#f00,100%);
B.background:linear-gradient(top,#ff00%,#f00100%);
C.background:linear-gradient(left,#ff00%,#f00100%);
D.background:linear-gradient(top,#ff0,0%,#f00,100%);
A.陰影的尺寸
B.水平陰影的位置
C.垂直陰影的位置
D.陰影的顏色
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;
最新試題
萬維網(wǎng)將因特網(wǎng)中的信息以()的形式進(jìn)行展示,通過鏈接的方式從因特網(wǎng)的一個(gè)站點(diǎn)訪問另一個(gè)站點(diǎn)。
下列選項(xiàng)中,設(shè)置外陰影且陰影在盒子右側(cè)的選項(xiàng)是()。
定義左上角圓角邊框的是()。
按照網(wǎng)站界面功能構(gòu)成來看,每一種界面要素都承擔(dān)網(wǎng)頁的部分功能,通常包括頁頭(一般包括LOGO)、()、條幅廣告、欄目區(qū)域和頁腳部分。
border-image的子屬性中,定義裁切圖像方式的屬性是()。
css3中的動(dòng)畫屬性及定義動(dòng)畫的關(guān)鍵字是()。
如何實(shí)現(xiàn)導(dǎo)航欄中每個(gè)導(dǎo)航項(xiàng)的內(nèi)容垂直方向居中?()
下列選項(xiàng)中,用于設(shè)置彈性盒子元素在主軸方向逆序排列的是()。
下列將頁面上div元素繞中心點(diǎn)逆時(shí)針旋轉(zhuǎn)30度的是()。
text-overflow屬性需要配合overflow:hidden;使用。