HDFilmMaker2112 Posted March 15, 2012 Share Posted March 15, 2012 I have a div with a background color set, that I want to have slightly transparent. Inside that div, is essentially my entire website. Now if I apply the opacity to the main outer div, all the divs inside inherit that transparency. Any ways to get around this? The outer Div with the transparency is the "content_wrapper" div. It excludes the header and footer. So the only issue is correcting everything wrapped inside the "content_wrapper" and "content" div. I tried setting the "content" div to opacity: 1; but it had no effect whatsoever. http://www.area51entertainment.co/index.php?about Link to comment https://forums.phpfreaks.com/topic/259016-translucent-background-solid-background-on-cells-inside/ Share on other sites More sharing options...
AyKay47 Posted March 16, 2012 Share Posted March 16, 2012 Look into using alpha colors. ( rgba() ) Link to comment https://forums.phpfreaks.com/topic/259016-translucent-background-solid-background-on-cells-inside/#findComment-1327930 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.