FadeTo the background but not the foreground
Hi,
I'd like to use the FadeTo effect to put the opacity of a div to 50%
only for the background. In fact, there is an image behind the div
that i would like to be displayed in 50%. But if i do this with the
div directly i will have the text content opacity changed also in 50%
which is not interesting for the text will be less readable.
So i was about to add another div which will only contain the
background and another one with the foreground (the text). But i
wanted to make sure there is not another way more elegant for that.
Thanks for your ideas...