Background transparency

More
12 years 6 months ago - 12 years 6 months ago #16506 by ikkezelluf
I want to make the background from my articles and modules te be a little bit transparent.

What do i have to change? Please help….

Thnx
Wim

www.wimhompes.nl
Last edit: 12 years 6 months ago by ikkezelluf.

Please Log in to join the conversation.

More
12 years 6 months ago #16512 by ivan.milic
Add this to template_css.css

.main_container{
opacity: .90;
filter:Alpha(Opacity=90);
}

change 90 to whatever suits you. This will also make letters bit transparent.

Second solution:

.main_container {
background-color:transparent:
background-image:url(...path to transparent image) repeat;
}

For second solution you will have to create .png background pattern image that would be bit transparent. This solution will not affect color of letters.
The following user(s) said Thank You: ikkezelluf

Please Log in to join the conversation.

More
12 years 4 months ago #18545 by stefanm112
Hi

i have to questions to the second method:
where in the css i have to implement this code?
and my second question.... which format should have the used picture?

thanks for your great work!
stefan

Please Log in to join the conversation.

More
12 years 4 months ago #18546 by alredha
Replied by alredha on topic Re: Background transparency
templates/hot_flashes/css/template_css.css

and the image must be a .png file.

Please Log in to join the conversation.

More
12 years 4 months ago #18547 by stefanm112
hi

i meant which size is the best for the picture...
and on wich position in the template_css.css the code should be placed


ok it was my failure cause my english isnt the best ;-)

Please Log in to join the conversation.

More
12 years 4 months ago #18549 by alredha
Replied by alredha on topic Re: Background transparency
if it is a unique color, 1px X 1px should do the job! :)

and ivan milic said it above, .main_container class in that css file, just add that couple lines into it.

Please Log in to join the conversation.

Time to create page: 0.346 seconds
Powered by Kunena Forum