How to make the background DIV only transparent using CSS

后端 未结 8 811
予麋鹿
予麋鹿 2020-12-02 22:31

I am using CSS attrubutes :

filter: alpha(opacity=90);    

opacity: .9;

to make the DIV transparent,

8条回答
  •  醉酒成梦
    2020-12-02 23:07

    background-image:url('image/img2.jpg'); 
    background-repeat:repeat-x;
    

    Use some image for internal image and use this.

提交回复
热议问题