How to make div background color transparent in CSS

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 transparent of a div? It should be kind of the text box example in this link. Here the text box background color is transparent. I want to make the same, but without using the above mentioned attributes.

7 Answers
7

Leave a Comment