How to make div background color transparent in CSS

前端 未结 6 2044
不知归路
不知归路 2020-12-02 04:21

I\'m not using CSS3. So I can\'t use opacity or filter attributes. Without using these attributes how can I make the background-color

6条回答
  •  情书的邮戳
    2020-12-02 05:03

    transparent is the default for background-color

    http://www.w3schools.com/cssref/pr_background-color.asp

提交回复
热议问题