相关考题
-
单项选择题
子元素相对于其父元素进行绝对定位时,父元素应该设置()属性,下列选项正确的是():
A.absolute
B.fixed
C.static
D.relative -
单项选择题
默认情况下,下列哪个属性在ie6浏览器中有兼容性问题():
A.background-color
B.opacity
C.font-weight
D.border -
单项选择题
css伪类选择器书写正确的是():
A.vv:link{width:20px;height:30px;}
B.a{width:20pxheight:30px;}
C.a:hover{width:80px;height:40px;}
D.#id{width:20px;height:30px;}
