The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
VB opacity problem
Hi, I'm trying to make the main content areas of my forum partially opaque, using CSS3 rgba values.
I set the background values of the page with the following code: Code:
background: rgb(40, 40, 40); background: rgba(40, 40, 40, .8); Now I try to make the other sections (category, header, footer, 1st +2nd alternating colours, etc) fully transparent so that I don't have overlapping opacity values, but it's not working, and just shows a black background, like so. This image is with just the category strips modified, everything else is unchanged. So that didn't work. I then tried using a fully transparent png image and using that as a background for the category strips. Made sure I'd reset the cache on my browser and still got the same thing. If anyone's got any idea about where I'm going wrong, I'd really appreciate the help. |
#2
|
|||
|
|||
Set the color to "transparent. It should then work:
color: transparent; |
#3
|
|||
|
|||
I'm presuming you mean put "background: transparent;" as changing the color parameter would change the text, not the background.
Just had a go at changing both the background and color to transparent, neither worked. |
#4
|
|||
|
|||
Yeah, that's what I meant. No idea why that doesn't work. I haven't really tried that sort of thing before though I'm afraid.
|
#5
|
|||
|
|||
In case anyone in future looks for a fix for this. The fix is to remove the background colour in the table border section.
|
#6
|
|||
|
|||
AdminCP > Styles & Templates > Style Manager > Your Style > Main CSS > Page Backround
|
#7
|
|||
|
|||
Chop, you might want to read my last post before giving some incorrect information.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|