元素的层级和背景
z-index
.box1{
width: 200px;
height: 200px;
background-color: #0bcd96;
position:relative;
z-index:3;
}
.box2{
width: 200px;
height: 200px;
background-color: #1e389a;
position: absolute;
left: 100px;
top: 100px;
}
.box3{
width: 200px;
height: 200px;
background-color: #6a1752;
position: relative;
z-index:2;
}
- 如果没有开启定位的元素或者是定位为默认值,会忽略z-index的声明
- 父元素的层级再怎么高也不会盖住子元素,可以理解为(水涨船高)
.box1{
width: 200px;
height: 200px;
background-color: #0bcd96;
position:relative;
opacity: 50%;
filter: alpha(opacity=50);
}
.box2{
width: 200px;
height: 200px;
background-color: #1e389a;
position: absolute;
left: 100px;
top: 100px;
opacity:0.5px;
filter: alpha(opacity=50);
}
.box3{
width: 200px;
height: 200px;
background-color: #6a1752;
position: relative;
opacity: 50%;
filter: alpha(opacity=50);
}
- opacity只能设置0-1之间的数值
- filter: alpha(opacity=50)兼容IE浏览器
.box1{
width: 500px;
height: 500px;
margin:0 auto;
background-color: #0bcd96;
background-image: url(../css/logo_new@2x.png);
background-repeat:no-repeat;
}
- background-repeat:no-repeat 图片只显示一次
- background-repeat:repeat-x 背景将在水平方向重复
- background-repeat:repeat-y 背景将在垂直方向重复
推荐阅读
- 热闹中的孤独
- JAVA(抽象类与接口的区别&重载与重写&内存泄漏)
- 放屁有这三个特征的,请注意啦!这说明你的身体毒素太多
- 一个人的旅行,三亚
- 布丽吉特,人生绝对的赢家
- 慢慢的美丽
- 尽力
- 一个小故事,我的思考。
- 家乡的那条小河
- 《真与假的困惑》???|《真与假的困惑》??? ——致良知是一种伟大的力量