papillonstudios Posted November 23, 2009 Share Posted November 23, 2009 I was wondering how i could get just the background on my site to be a bit transparent. Right now everything goes tranparent. CSS3 code is fine also. Quote Link to comment Share on other sites More sharing options...
FaT3oYCG Posted November 23, 2009 Share Posted November 23, 2009 only apply the transparency to the background e.g. * { background-color:#FFFFFF; } body { background-color:rgb(r, g, b, a); } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.