The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
Does anyone know of a good technique to use a background image as a logo instead of the normal 'header' logo that appears by default? I want the use a background image for the logo by placing it in the 'body extra css', but when I try to remove the 'normal header logo' details from the Header>Common Templates, the forum moves up too high, obscurring the new background logo. Any help would be extremely appreciated. Thanks |
|
#2
|
||||
|
||||
|
You need to add some margin from top to the whole forum.
Just push it down from top till the logo is visible, that should do. |
|
#3
|
||||
|
||||
|
HTML:
HTML Code:
<div class="forum_logo"></div> Code:
.forum_logo
{
background: url(images/mylogo.jpg);
height: XXXXpx;
width: YYYYpx;
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|