(网站).box{background:red;*background:blue;}在IE6.0浏览器中.box的背景色是()?
A: blue
B: red
C: green
D: black
A: blue
B: red
C: green
D: black
举一反三
- Indigo prints are made of homespun fabrics with blue designs on a ___________ background or white designs on a ___________ background. A: yellow; green B: white; blue C: red; black D: red; brown
- 下列哪项是正确的线性渐变的写法?( ) A: background:linear-gradient(red,blue); B: background:linear-gradient(45deg,red,blue); C: background-image:linear-gradient(red,blue); D: background-image:linear-gradient(45deg,red,blue);
- 应用jQuery,要想实现:鼠标离开div时,将其背景颜色设置成红色,下列实现正确的是()<;div id="box">;jQuery事件<;/div>; A: $(".box").mouseover(function(){$(this).css("background","red");}); B: $(" C: box").mouseout(function(){$(this).css("background","red");}); D: $(" E: box").bind("mouseout",function(){$(this).css("background","red");}); F: $(".box").mouseout("bind",function(){$(this).css("background","red");});
- 下列选项关于jQuery中设置类名为box的元素样式语法正确的是()。 A: $(".box").css("color","red";"border","1px<br/>solid blue"); B: $(".box").css({"color":"red","border":"1px<br/>solid blue"}); C: $(".box").style("color","red";"border","1px<br/>solid blue"); D: $(".box").style.color="red";
- 下面span标签中HelloWorld字体的颜色是:()span{color:green;}.red{color:red;}#blue{color:blue;}HelloWorld A: green B: red C: blue D: black