- Posts: 50
- Thank you received: 1
Background transparency
-
ikkezelluf
Inactive member - Topic Author
- Member
Less
More
12 years 6 months ago - 12 years 6 months ago #16506
by ikkezelluf
Background transparency was created 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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #16512
by ivan.milic
Replied by ivan.milic on topic Re: Background transparency
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.
.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.
-
stefanm112
Inactive member - Member
Less
More
- Posts: 30
- Thank you received: 0
12 years 4 months ago #18545
by stefanm112
Replied by stefanm112 on topic Re: Background transparency
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
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.
-
alredha
Inactive member - New Member
Less
More
- Posts: 5
- Thank you received: 0
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.
and the image must be a .png file.
Please Log in to join the conversation.
-
stefanm112
Inactive member - Member
Less
More
- Posts: 30
- Thank you received: 0
12 years 4 months ago #18547
by stefanm112
Replied by stefanm112 on topic Re: Background transparency
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
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.
-
alredha
Inactive member - New Member
Less
More
- Posts: 5
- Thank you received: 0
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.
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