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 Quote Link to comment 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; Quote Link to comment 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 Quote Link to comment 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 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.