以下使用jquery方法,设置DOM元素对象a背景颜色为白色的css方法是()
A: a.css("background":"
B: fff")
C: a.css({"background","
D: fff"})
E: a css({"background":"
F: fff"})
G: a.css({"background":"
H: fff"})
A: a.css("background":"
B: fff")
C: a.css({"background","
D: fff"})
E: a css({"background":"
F: fff"})
G: a.css({"background":"
H: fff"})
举一反三
- 2.给input控件应用以下CSS样式:background:url(images/1.jpg) no-repeat 5px center #FFF;”代码的含义是( )
- 应用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框架后,设置所有div标签的背景颜色为红色的代码是( )。 A: $(“div”).style.css(“background”,”red”) B: $(“div”).style.background=”red” C: $(“div”).css(“background”,”red”) D: $(“div”).style(“background”,”red”)
- css中的background属性不可设置背景颜色,只能用background-color
- 以下哪个语句可以正确的定义背景颜色? A: background-color:red; B: background:#FFF; C: D: background-color:transparent;