AV1611 Posted November 4, 2008 Share Posted November 4, 2008 Don't really how I get this done... I have a nice background image on a site. I have a div centered over the background for content. simple. I want to make the background color of the div be "opaque" so it looks dark but I can still kinda see the background image. I want it to work in Mozilla & IE 1. possible? 2. How? opaque gif doesn't seem to work Link to comment https://forums.phpfreaks.com/topic/131364-solved-opaque/ Share on other sites More sharing options...
F1Fan Posted November 4, 2008 Share Posted November 4, 2008 This should really be posted in the CSS board. In any case: background: #000000; filter: alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3; Link to comment https://forums.phpfreaks.com/topic/131364-solved-opaque/#findComment-682211 Share on other sites More sharing options...
rhodesa Posted November 4, 2008 Share Posted November 4, 2008 http://www.domedia.org/oveklykken/css-transparency.php Link to comment https://forums.phpfreaks.com/topic/131364-solved-opaque/#findComment-682212 Share on other sites More sharing options...
AV1611 Posted November 4, 2008 Author Share Posted November 4, 2008 I wasn't sure if it was a css issue or if it was simply calling a certain type image file via normal html so I went here. sorry. I'll check out your answers and let you all know how it all turns out Link to comment https://forums.phpfreaks.com/topic/131364-solved-opaque/#findComment-682217 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.