Click here to Skip to main content
15,900,378 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to make a transparent background color on my CSS file.

I tried:

background-color: transparent @C5C5 - but it got no color !!!

I tried:

/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;

But these comands was not recognized ????

Im working on Visual Studio C# 2010.

Can anybody help me ???

Guilherme Salles
Posted

1 solution

Read some of the articles in this google search: CSS Transparency[^]

Specifically, follow the instructions on this page: CSS Transparency Settings for All Browsers[^]
 
Share this answer
 
Comments
Gsalles 18-Aug-11 15:02pm    
My Visual Studio 2010 CSS do accept these comands: filter: and oppacity....???
All of theses lines have a green underline as an error signal.

This is my problem ?
Im not understanding this error ????
fjdiewornncalwe 18-Aug-11 16:54pm    
Just because Studio tells you something is wrong in html or css, doesn't mean that there actually is. Try your code out in a bunch of different browsers and see how things go.
Sergey Alexandrovich Kryukov 18-Aug-11 17:52pm    
My 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900