嗨,我正在尝试使用相对位置将封面 div 放在 profile-top div 后面。但是,由于某种原因,它在封面包装 div 通常去的地方留下了一个空白。我究竟做错了什么?
JSFIDDLE:http: //jsfiddle.net/QPZEk/1/
CSS:
#cover-wrap {
position: relative;
top: -65px;
height: 250px;
width: 470px;
background: url('https://sphotos-a.xx.fbcdn.net/hphotos-
ash3/540880_10200267172913759_929968936_n.jpg') no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}