vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   style not aligning.. (https://vborg.vbsupport.ru/showthread.php?t=225504)

Trasion 10-18-2009 06:05 PM

style not aligning..
 
<a href="http://trasion.com/forum.php" target="_blank">http://trasion.com/forum.php</a>

See the red borders on each side of the default vBulletin style part?

I want those touching the bottom of the black navigation box. The line under the navigation box is white, then another red one underneath, I want it to touch with that.

I then also want a bit of spacing in between that red border, and the sides of the forums and stuff. In my vBulletin options, I want that number of pixels that I set to be in between the page background or whatever, and the forums, to be put in place there.

Trasion 10-19-2009 06:40 PM

I still need this done..

Also, I don't want any spacing between the header and bars. Why is there that huge gap?

Trasion 10-20-2009 06:42 PM

Okay, it's better now, but what is causing that super large gap? Between the navigation and the forums.

DeanLag 10-20-2009 07:02 PM

My best guess is because of:

Code:

<br class="spacer">
I think its in your header / headinclude. Just search it in your style.

Trasion 10-20-2009 09:44 PM

If I remove it, it ruins the header. What to do?

Lynne 10-20-2009 09:59 PM

Code:

#header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/header_pic.jpg) no-repeat scroll 479px 57px;
float:right;
height:319px;
position:relative;
width:961px;


}

I think this is the second time you've had a problem due to putting incorrect/too large height in your css.

Trasion 10-20-2009 10:05 PM

Wow, thanks Lynne. I tried removing it, but then the forums over-lapped the header, and were at the very top, with the header. So I just changed '319' to a smaller number, and it aligned it perfectly.


All times are GMT. The time now is 07:02 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.00963 seconds
  • Memory Usage 1,718KB
  • 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_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