Back to vBulletin 4.x Template Modifications

Fluid 3 part header
Mod Version: 1.01, by Beermonster

vB Version: 4.0.0 Rating: (6 votes - 4.50 average) Installs: 68
Released: 18 Nov 2009 Last Update: Never Downloads: 4
Not Supported Template Edits  

Not a difficult thing to do but I thought I would post it any way as some people seem to having trouble with getting their header image to have an align image right as you can't do it in stylevar.

This is fluid all you need to do is make 3 images, I named mine left, right and background (See attachment), you can be more creative

In your header template find
Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
Replace with
Code:
<div id="headerFill"><div id="headerL"></div><div id="headerR"></div></div>
Add to vbulletin.css template
Code:
#headerFill{
background-image: url(images/headerFill.jpg);
background-repeat: repeat-x;
height: 119px;
width: 100%;
margin-right: auto;
margin-left: auto;
}
#headerL{
background-image: url(images/headerL.jpg);
height: 119px;
background-repeat: no-repeat;
width: 348px;
float: left;
}
#headerR {
background-image: url(images/headerR.jpg);
background-repeat: no-repeat;
height: 119px;
width: 332px;
float: right;
}
Change sizes and paths in red to suit your own

Thanks to hoof for the CSS update.

Mark as installed for support

Download

No files for download.

Screenshots

Click image for larger version
Name:	pics_1.jpg
Views:	3862
Size:	39.2 KB
ID:	106363   Click image for larger version
Name:	pic_2.jpg
Views:	3841
Size:	50.9 KB
ID:	106364   Click image for larger version
Name:	sample.jpg
Views:	2532
Size:	18.0 KB
ID:	106366  


vblts.ru supports vBulletin®, 2022-2024