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)
-   -   Fluid Header Components (https://vborg.vbsupport.ru/showthread.php?t=177729)

Seattle_Mike 05-01-2008 02:22 PM

Fluid Header Components
 
I think I understand the very basics on how fluid headers are created by using the one pixel chunk and specifying 100% someplace but that's about it. I was able to customize a skin to get it mostly like I want it but there's a couple of graphic components I don't know what to do to make them fluid. Maybe the entire header file has to be made fluid? Here's a link to our board so you can see the header I would like to make so it's all fluid, not just the black background. http://www.npsaracing.com/forum Any help? I think once I understand how it's done, and where to do it etc., I will be on my way. Thanks in advance...Mike

napy8gen 05-02-2008 12:52 AM

you only have that big logo there without the bg repeating.
so you may want to check at its Main CSS
style manager> your style name> Main CSS> Additional CSS
Quote:

#logostrip {
background: #E5E5E5 url(images/metallix/misc/logostrip_bg.gif);
padding: 0;
margin: 0;
height: 113px;
width: 100%
}
check your logostrip bg, is it there ..if its there is it cut properly, I mean it should be just 1-10px width of the right hand end section of your header logo/banner.

and If your logostrip bg is good and still not working change the CSS above to:
Quote:

#logostrip {
background: #E5E5E5 url(images/metallix/misc/logostrip_bg.gif);
background-repeat:repeat-x; /*added new*/
padding: 0;
margin: 0;
height: 113px;
width: 100%
}


All times are GMT. The time now is 11:16 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.01049 seconds
  • Memory Usage 1,711KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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