Multiple CSS backgrounds, colour over image, ignored

后端 未结 6 1686
忘掉有多难
忘掉有多难 2020-12-20 17:42

What\'s wrong with this multiple background CSS line. Firefox 4 ignores it (as it does when there\'s a syntax error).

background: rgba(255,0,0,0.2), url(\"st         


        
6条回答
  •  南方客
    南方客 (楼主)
    2020-12-20 18:09

    It should be background: rgba(255,0,0,0.2) url("static/menubg.jpg"); without the ,

提交回复
热议问题