核心提示:CSS如何实现让背景图片填满DIV?.l_button {background: url(../img/botton.png) no-repeat;background-size:100% 100%;...
CSS如何实现让背景图片填满DIV?
.l_button {
background: url(../img/botton.png) no-repeat;
background-size:100% 100%;
width: 118px;
height: 39px;
}


