PDA

View Full Version : style not aligning..


Trasion
10-18-2009, 06:05 PM
<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:

<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
#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.