The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|