vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=264)
-   -   Make header_backgrounds transparent (https://vborg.vbsupport.ru/showthread.php?t=300368)

enCyde 07-23-2013 05:28 AM

Make header_backgrounds transparent
 
Like the topic says. I'm trying to make my header backgrounds transparent so my 2 logos will use my backgrounds image as "background" I've searched and test and test with no luck so I'm asking you guys how to continue with this.

I'm using Vbulletin 5 and my site url is http://www.riversidegaming.com

thanks guys!

K4GAP 07-23-2013 06:18 PM

Attach the logos to a reply so I can see what you have. I went to your site and only see one logo. Is it the only one?

enCyde 07-24-2013 05:52 AM

Thanks for the replay GaryT!

Here is the images I use in the header.

RG Logo: http://www.riversidegaming.com//file...?filedataid=13

RIVERSIDE GAMING: http://riversidegaming.com/images/css/test.png


The second one you can't see here because the image color of the text is white

K4GAP 07-24-2013 06:07 AM

Ok, the two images have transparent backgrounds, that's the way it should be. Your header area color is black and shows through the transparency of the logos (as it should). Also, the top of your page background is black so even if you change the header color to transparent as I was going to suggest, the page background image will be the logo's background. You are still going to have black as your header color. (unless you change your pages background to something that is not black on top.

enCyde 07-24-2013 06:17 AM

But if I make the head_backgrounds transparent (removed the hex color code) it turns to white background.

K4GAP 07-24-2013 07:32 PM

Quote:

Originally Posted by enCyde (Post 2435069)
But if I make the head_backgrounds transparent (removed the hex color code) it turns to white background.

Put it back like it was then. Without seeing the code you have I would have no other ideas.

tbworld 07-24-2013 08:41 PM

Try this: Add to the end of your additional.css file.

Code:

#wrapper {
    background-color: transparent;
}

#header {
    background: url("images/css/test.png") no-repeat scroll 90px 37px transparent;
}

I do not have a clue what your "test.png" does, but I included it.

enCyde 07-25-2013 11:44 AM

thanks for the replay tbworld I tested the code you gave me and it removed the background from all my module boxes on my starta page. It did not do anything to the header_background

cheers and thanks.


All times are GMT. The time now is 01:12 AM.

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.00980 seconds
  • Memory Usage 1,726KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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