alison wrote:Thank you so much Alison
yes you can, but what it will do is change the opacity of the text that is within the blocks as well, so play about with an opacity that works best for you.
you'll need to use:
.box { filter:alpha(opacity=50); opacity: 0.5; }
Adjust both values (one is for good browsers, the other for IE!)
. Will give it a try and see how
it goes
.

)