Multiple CSS backgrounds, colour over image, ignored

后端 未结 6 1684
忘掉有多难
忘掉有多难 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:13

    You should note that because gradients are treated as images it is acceptable and works to put in a gradient that has the same top and bottom colour.

提交回复
热议问题