vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   VB opacity problem (https://vborg.vbsupport.ru/showthread.php?t=230963)

iamacyborg 12-23-2009 02:50 PM

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);

That works fine, the page section becomes partially opaque and the background image can be slightly seen.

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.

http://iamacyborg.com/blog/http://ia...ansparency.jpg

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.

euantor 12-24-2009 07:47 AM

Set the color to "transparent. It should then work:

color: transparent;

iamacyborg 12-24-2009 08:02 AM

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.

euantor 12-24-2009 04:42 PM

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.

iamacyborg 01-08-2010 10:05 AM

In case anyone in future looks for a fix for this. The fix is to remove the background colour in the table border section.

ChopSuey 01-08-2010 10:21 AM

AdminCP > Styles & Templates > Style Manager > Your Style > Main CSS > Page Backround

iamacyborg 01-08-2010 10:27 AM

Chop, you might want to read my last post before giving some incorrect information. ;)


All times are GMT. The time now is 10:25 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00922 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete