The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Here is a good example of a header with three pieces.
|
#12
|
||||
|
||||
there it is
I just done what Lynne as suggested, above. PHP Code:
|
#13
|
|||
|
|||
**
And this goes into additional ? |
#14
|
||||
|
||||
The CSS posted isn't going to help unless you also modify your template.
Have you tried googling "3 part header CSS"? There are a lot of articles that come up. Even better: "3 part header CSS" site:vbulletin.com |
#15
|
|||
|
|||
Quote:
Thanks Lynne |
#17
|
||||
|
||||
Another example of a 3 image fluid header.
|
Благодарность от: | ||
Lynne |
#18
|
|||
|
|||
Quote:
https://vborg.vbsupport.ru/showthread.php?p=1927493 --------------- Added 16 Aug 2013 at 13:24 --------------- Quote:
--------------- Added 17 Aug 2013 at 00:45 --------------- The following is what I did to have a left and a right image with a background to blend the two. First I looked for this code in the header template: 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> Code:
<div id="headerfill"><div id="headerl"></div><div id="headerr"></div></div> Code:
#headerfill{ background-image: url(images/headerfill.png); background-repeat: repeat-x; height: 150px; width: 100%; margin-right: auto; margin-left: auto; } #headerl{ background-image: url(images/headerl.png); height: 150px; background-repeat: no-repeat; width: 400px; float: left; } #headerr{ background-image: url(images/headerr.png); background-repeat: no-repeat; height: 150px; width: 400px; float: right; } Thank you once again Lynne for pointing me in the right direction. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|