transparent, help please?!
3 posters
Page 1 of 1
transparent, help please?!
hello i wanted to know how can i transparent those (in red) bars and i'm curious how to transparent the white boars to 50%, I use phpBB2 virsion
(i have already transparent the background as you see)
and this is my forum link: www.theworldofdarkness.forumne.com
(i have already transparent the background as you see)
and this is my forum link: www.theworldofdarkness.forumne.com
Re: transparent, help please?!
Look for this in your CSS Stylesheet:
Remove the background image and change the background color to make it transparent.
- Code:
th {
background-color: #069;
background-image: url("http://2img.net/i/fa/subsilver/back_title.gif");
color: #FFA34F;
font-size: 11px;
font-weight: 700;
height: 25px;
padding: 2px 3px;
}
Remove the background image and change the background color to make it transparent.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: transparent, help please?!
@SLGray sorry, it is not what i wanted. i want the background i've picked and transparent the bars and the boards
Re: transparent, help please?!
Hi @DarknessGirl,
For a background image, the best solution would be to use the opacity property. Here's the CSS :
Note however, this will also affect the text transparency. If you want only the background to be transparent, I'd recommend editing your background image with a photo editor and adjusting the opacity to what pleases you.
For a background image, the best solution would be to use the opacity property. Here's the CSS :
- Code:
th, .catHead, .catBottom { opacity:0.5 }
Note however, this will also affect the text transparency. If you want only the background to be transparent, I'd recommend editing your background image with a photo editor and adjusting the opacity to what pleases you.
Similar topics
» Transparent background
» transparent background
» Transparent Boxes
» My log in popup is transparent!!!!!!!
» JUST Make it Transparent
» transparent background
» Transparent Boxes
» My log in popup is transparent!!!!!!!
» JUST Make it Transparent
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum