问答详情
源自:5-4 CSS3背景 multiple backgrounds

为什么我这样写就不行

.demo {

    width: 300px;

    height: 140px;

    border: 1px solid #999;

    background: rgba(100,100,100,0.5) url(http://static.mukewang.com/static/img/logo_index.png) left top no-repeat , 

               url(http://static.mukewang.com/static/img/logo_index.png) right bottom no-repeat;

}


提问者:我是一棵秋天的树 2015-01-06 09:27

个回答

  • 言小鱼
    2015-01-06 17:36:20

    把rgba(100,100,100,0.5)去掉就对了