课程
/前端开发
/jQuery
/jQuery基础课程
$("li:contains(jQuery)").css("background", "green");
突然想到这个问题,background与background-color的区别,好像效果一样的
2016-03-30
源自:jQuery基础课程 3-3
正在回答
background包含
background-color
background-position
background-size
background-repeat
background-origin
background-clip
background-attachment
background-image
你只设置了color属性,所以效果相同
Mr_Jp黎 提问者
background包括background的所有属性 ,而background-color 是指明了只设置颜色属性。
background:就是简写模式,后面可以设置多个属性值
举报
加入课程学习,有效提高前端开发速度