以下哪个选项可以实现div的边框位置也可以显示出背景图像?
A: background-origin:padding-box;
B: background-origin:border-box;
C: background-origin:content-box;
D: background-origin:margin-box;
A: background-origin:padding-box;
B: background-origin:border-box;
C: background-origin:content-box;
D: background-origin:margin-box;
举一反三
- 从content区域开始显示背景图像的background-origin属性值是() A: border-box B: padding-box C: content-box D: box
- 在CSS样式表中给P标记定义边框样式可以使用的代码为: A: .box{width:250px;height:50px;border:1px red;background:pink;padding:30px;margin:20px;} B: .box{width:250px;height:50px;border:5pxdashedred;background:pink;padding:10px;margin:10px;} C: .box{width:250px;height:50px;border:15pxnonered;background:blue;padding:30px;margin:20px;} D: .box{width:250px;height:50px;border-color:red;background:yellow;padding:30px;margin:20px;}
- 背景图像的坐标background-origin用来定义背景图像的初始位置,即坐标。语法: background-origin:取值;下列取值哪个不可取? A: padding-box B: content-box C: margin-box D: border-box
- 应用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");});
- 背景background属性包括() A: background-size B: background-origin C: text-align D: background-clip