为什么我这样写就不行

来源:5-4 CSS3背景 multiple backgrounds

我是一棵秋天的树

2015-01-06 09:27

.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;

}


写回答 关注

1回答

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

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

十天精通CSS3

本课程为CSS3入门教程,深刻详解CSS3知识让网页穿上绚丽装备

242554 学习 · 2623 问题

查看课程

相似问题