I want to display comments on my blog so that the color of the container for
each comment is 50% opaque while the content in the box is at 100%. It seems
if I set it up where it's nested div's - the comments will appear at 50%
opaque too. How do I build this so I can accomplish both the transparency
effect on the background of the box while still having the text of the
comment unaffected.

Here's my current structure with transparency applied to the outer div.

<div id="container div">

<div id="content">
This is where the comment text goes.
</div>

</div>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to