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.
I’m not using CSS3. So I can’t use opacity or filter attributes. Without using
Share
Opacity gives you translucency or transparency. See an example Fiddle here.
Note: these are NOT CSS3 properties
See http://css-tricks.com/snippets/css/cross-browser-opacity/