The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey Guys.
I have an image that I would like to use as my background, and at the top of that image is my forum name. How can I use this image as the background, but have the forum, and vBa, start lower, so that it doesn't block/title the title. Is there a transparency option on the forum as well that I can test? Thanks |
|
#2
|
|||
|
|||
|
I'm not really an html/css person, but I think this might work - edit your header template and put this at the very top:
Code:
<style type="text/css">
body {background-image:url('background.jpg');}
</style>
<div style="min-height:150px;"></div>
Of course you want to change background.jpg and 150 to the values you need. I don't know abut transparency, maybe someone else will help. |
![]() |
|
|