多項選擇題z-index屬性語法格式正確的是()。

A.position:fixed;z-index:4px;
B.position:absolute;z-index:auto;
C.position:relative;z-index:-2
D.以上都不正確


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題定位后元素具有的屬性()。

A.left
B.top
C.z-index
D.以上都不正確

2.多項選擇題以下語法格式正確的是()。

A.input:disabled{background:red;}
B.input:enable{background:green;}
C.input:checked{background:green;}
D.input:selected{background:red;}

3.多項選擇題animation過渡動畫屬性語法正確的是()。

A.animationName:important;
B.animation-duration:0.3s;
C.animation-duration:-1s;
D.animation-duration:500ms;

4.多項選擇題以下float的默認值不正確的是()。

A.none
B.left
C.right
D.block

5.多項選擇題text-overflow屬性語法格式正確的是()。

A.text-overflow:clip;
B.overflow:clip;
C.text-overflow:ellipsis;
D.overflow:ellipsis;