单项选择题
默认情况下,以下哪个属性在ie6中有兼容问题?()
A.opacity
B.border
C.font-weight
D.background-color
点击查看答案&解析
相关考题
-
单项选择题
<h1></h1>里加CSS样式正确的是:()
A.!h1{color:red;width:100px;height:110px;}
B.#h1{color:red;width:100px;height:110px;}
C.h1{color:red;width:100px;height:110px;}
D..h1{color:red;width:100px;height:110px;} -
单项选择题
要设置距离左上角:20px;右上角和左下角:40px;右下角:60px;这样的圆角,以下设置正确的是():
A.border-radius:20px40px60px;
B.border-radius:20px60px40px40px;
C.border-radius:20px60px40px;
D.border-radius:20px40px60px40px; -
单项选择题
用CSS如何定义元素背景图片:()
A.color:url(img/15.gif)
B.font:url(img/17.gif)
C.background:url(img/ca.gif)
D.img:url(img/13.gif)
