首页 > 代码库 > img图片加载前显示load图片

img图片加载前显示load图片

只需要设置img的background即可


 <img src=http://www.mamicode.com/"" alt="" class="detailImg" >


css设置:

#detailModel .detailImg{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    background:url("../img/load2.gif") no-repeat  center 50%;


}

img图片加载前显示load图片