The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
How To Expand Custom Image Header
We hear it many times... "How can I make my header image expandable to screen width?" This tutorial will help you accomplish this task. Requirements:
Let's start with a 780px header image ... you can use the example image below... Then Crop the leftside (your logo part): And save it as head_left.gif Second crop the right side of the header image as shown below: And save as head_right.gif Next select background image -just 1 or 2px width like shown below: Crop the selected part and save it as headbg.gif: Now load all the three images to the misc folder of images... Next goto admincp> styles&templates> style manager> all style options> scroll down to header Delete the existing code complete and insert the follow there: Code:
<!-- logo --> <a name="top"></a> <center> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/headbg.gif)"> <tr> <td align="left" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/head_left.gif" border="0" alt=""/></a></td> <td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/head_right.jpg" alt="" /></td> </tr> </table> </center> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#12
|
|||
|
|||
good article thanks
|
#13
|
|||
|
|||
Ok, so I tried to follow the basic guidlines of the tutorial and implement them into my complex table. however, I seem to be running into some issues;
1. When I set the expaniding sections to 100%, they take up the entire header adn my main image is gone 2. If I change the % width to somethign like 20%, they expand and contract as they should BUT, when the screen res lessens the two expandable areas only shrink down a little bit and then the main image acts like it has two columns and they begin to shrink. What did I do wrong? Here is the code I used; Code:
<!-- logo --> <a name="top"></a> <table border="0" cellpadding="0" cellspacing="0" $stylevar[outertablewidth] align="center"> <tr> <td rowspan="4" width="50%" height="180" style="background-image: url(http://localhost/forum/images/head/left_fill.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td rowspan="4" width="416" height="180" style="background-image: url(http://localhost/forum/images/head/Banner_02.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td colspan="2" rowspan="3" width="104" height="152" style="background-image: url(http://localhost/forum/images/head/Banner_03.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td colspan="3" width="243" height="13" style="background-image: url(http://localhost/forum/images/head/Banner_04.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td rowspan="4" width="17" height="180" style="background-image: url(http://localhost/forum/images/head/Banner_05.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td rowspan="4" width="50%" height="180" style="background-image: url(http://localhost/forum/images/head/right_fill.gif);" nowrap="nowrap" alt="" border="0" /></a></td> </tr> <tr> <td colspan="2" width="234" height="60" style="background-image: url(http://localhost/forum/images/head/ad.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td width="9" height="60" style="background-image: url(http://localhost/forum/images/head/Banner_08.gif);" nowrap="nowrap" alt="" border="0" /></a></td> </tr> <tr> <td colspan="3" width="243" height="79" style="background-image: url(http://localhost/forum/images/head/Banner_09.gif);" nowrap="nowrap" alt="" border="0" /></a></td> </tr> <tr> <td width="99" height="28" style="background-image: url(http://localhost/forum/images/head/home.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td colspan="2" width="109" height="28" style="background-image: url(http://localhost/forum/images/head/forum.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td colspan="2" width="139" height="28" style="background-image: url(http://localhost/forum/images/head/links.gif);" nowrap="nowrap" alt="" border="0" /></a></td> </tr> <tr> <td width="8" height="1" style="background-image: url(http://localhost/forum/images/head/spacer.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td width="416" height="1" style="background-image: url(http://localhost/forum/images/head/spacer.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td width="99" height="1" style="background-image: url(http://localhost/forum/images/head/spacer.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td width="5" height="1" style="background-image: url(http://localhost/forum/images/head/spacer.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td width="104" height="1" style="background-image: url(http://localhost/forum/images/head/spacer.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td width="130" height="1" style="background-image: url(http://localhost/forum/images/head/spacer.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td width="9" height="1" style="background-image: url(http://localhost/forum/images/head/spacer.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td width="17" height="1" style="background-image: url(http://localhost/forum/images/head/spacer.gif);" nowrap="nowrap" alt="" border="0" /></a></td> <td width="12" height="1" style="background-image: url(http://localhost/forum/images/head/spacer.gif);" nowrap="nowrap" alt="" border="0" /></a></td> </tr> </table> <!-- /logo --> |
#14
|
|||
|
|||
its not working for me
|
#15
|
|||
|
|||
hey guys ive done this and used this code in my header
Quote:
but as you can see i get a little white line ;( http://www.fusion64man.co.uk/index.php?pageid=home Ive tried to get rid of this but o luck can anyone help. Thanks andy |
#16
|
||||
|
||||
Below is my header code. I have a Windows Live Mail sign up banner at the top of my forum under the header image. I want to change the forum from a 900px set width to 100% but I don't know how to recode the Windows Live banner. I already change the Main Table Width in StylesVar to 100%. I put the code that needs fixing in red.
Thanks in advance! Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><center><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></center></a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <div style="position:relative;width:900px;height:60px;background-image:url(http://img443.imageshack.us/img443/8826/openmembership900x60kw2.jpg);overflow:hidden;"> <div style="height:100%;width:100%;overflow:hidden"> <table align="left" border="0px" cellpadding="5px" cellspacing="0px" style="table-layout:fixed;word-wrap:break-word;"> <tr> <td width="360px" height="60px" align="center" valign="middle" style="color:#000000;font:16px Arial">Get a free 5GB email account @maximus.ws</td> </tr> </table> </div> <div style="position:absolute;border:1px solid #ffffff;width:90px;left:420px;bottom:18px;"> <div style="border:1px solid #1F59A5;"> <div style="border:1px solid #ffffff;background-image:url(http://images.domains.live.com/OpenSignupImages/OpenButtonBackground.gif);padding:1px 0px 1px 0px;margin:0px;text-align:center;"> <a href="https://domains.live.com/members/signup.aspx?domain=maximus.ws" target="_blank" style="font:bold 12px Arial,Helvetica,sans-serif;color:#092076;text-decoration:none;">Sign up</a> </div> </div> </div> <div style="position:absolute;border:1px solid #ffffff;width:90px;right:235px;bottom:18px;"> <div style="border:1px solid #1F59A5;"> <div style="border:1px solid #ffffff;background-image:url(http://images.domains.live.com/OpenSignupImages/OpenButtonBackground.gif);padding:1px 0px 1px 0px;margin:0px;text-align:center;"> <a href="http://mail.live.com" target="_blank" style="font:bold 12px Arial,Helvetica,sans-serif;color:#092076;text-decoration:none;">Check e-mail</a> </div> </div> </div> </div><!-- content table --> $spacer_open $_phpinclude_output |
#17
|
|||
|
|||
Quote:
Thanks everyone. :up: |
#18
|
|||
|
|||
On my site I have a single image I want centered with expanding images on the right and left so that the center image remains in the center. Right now I've just resized the right side image to force the center image to what is the center on my monitor. But, I know different resolutions are going to display it differently. The code below is what I'm using right now...
<!-- begin disturbed header--> <div align="center"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="border"> <tr> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <!-- This is where the top logo image goes --> <td width="100%" height="150" align="left" valign="top"><img src="$stylevar[imgdir_misc]/expand.gif" width="100%" height="150" alt="Part of the TNT Network" /></td> <!-- End top logo area --> <td width="600" height="150" align="center" valign="top"><img src="$stylevar[imgdir_misc]/center.jpg" width="600" height="150" alt="The New Testament" /></td> <td width="100%" height="150" align="right" valign="top" style="background-image: url($stylevar[imgdir_misc]/expand.gif)"><img src="$stylevar[imgdir_misc]/expand.gif" width="275" height="150" alt="=TNT=" /></td> </tr> </table> |
#19
|
||||
|
||||
One thing I'd like to do and I don't know if this is the place to post this, is add a few tab buttons on the banner for navigation. I've seen it done on other forums and well I have it on the banner but I'll be honest I need to some help in figuring out the coding and laying it out right. As is just now it's only two separate images since I was just trying to get the code on here to work for me.
The other thing is how can I get my banner to be attached to the forum so it all runs together smoothly instead of it separated. Attachment 79563 Any help is really appreciated |
#20
|
|||
|
|||
excellent tutorial.. now a tutorial on how to add a login box or a search box in the header would be great
|
#21
|
||||
|
||||
Okay I'm really confused sorry...
When I add that code into my HEADER... I end up losing both the header and the navbar?... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|