Semi-transparent background for text
-
How do you make a semi-transparent background for the text so you can see the back of the page?
It is not possible to make a semi-transparent background for the text, but also a problem with the location of the elements on the page - for example, how do you put a picture of the story in the same line?
-
It's css. The visual background is:
.class{ background:url(fon.jpg); opacity:0.5; }
And to put the element on the element, use it.
position:absolute;
- it's sss, too. Good luck.