这是css
我的div
。我希望背景填满整个屏幕,但它比我的屏幕分辨率大,所以会出现一个底部滚动条
.hero-unit {
padding:60px;
margin-top: 60px;
background: url("../img/bar2.jpg") no-repeat scroll 0;
height:233px;
width:100%;
left:0px;
background-size: cover;
position:absolute;
background-color:#eeeeee;
}