css
--------
body{
background: #fff;
}
div{
width: 180px;
height: 180px;
margin: 0 auto;
background: #F00;
z-index: 1;
}
p{
filter: alpha(opacity=80); //这是设置层的透明度为80%
opacity: 0.8;
width: 120px;
position: relative;
left: -15px;
top: 130px;
background: #333;
color: #FFF;
font-weight: bold;
padding: 10px;
z-index: 100;
}
html
-----
这里是文字
被人抢先了……