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. Link to comment https://forums.phpfreaks.com/topic/182650-transparent-background/ 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); } Link to comment https://forums.phpfreaks.com/topic/182650-transparent-background/#findComment-964031 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.