Transparency within template
Autor: Juergen S.
Visited 944,
Followers 1,
Udostępniony 0
Hi, I designed a template. You find a picture attached. The white rectangle in the middle should have about 15% transparency, to see the woman. So I created a picture with 15% transparency (weiss.png) and used it, but the white is still solid.
What can I do?
Did I miss something? Anything about the CSS I could do? Will it be better in V13?
Posted on the
is better than the rectangle remains in table format and not a fixed size image background.
With that image the site will not be responsive.
In the properties of the bottom of the page step 1, you got to select the background color and transparency.
Autor
I'm sorry. I found out by myself:
I have to add in the CSS at Statistics, SEO and Code:
#imContentGraphics {
opacity: 0.5;
}
it works.
8:o)=