The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Im trying to put an image as my left background and an image as my right background, so i can get an effect like this:
http://www.fnatic.com/ Does anyone know how to do that, i know its been asked before but nobody was able to give an answer. James |
|
#2
|
|||
|
|||
|
nice idea. can somebody help??
it's the same like here by vbulletin.org |
|
#3
|
|||
|
|||
|
Main CSS
Page Background border-left: url(http://etcetcetcetcetcetc.com) border-right: url(http://etcetcetcetcetcetc.com) Possibly? |
|
#4
|
|||
|
|||
|
Quote:
A solution would be to add <div class="background-left"><div class="background-right"> to the header (right at the top) template. Add the close div's right at the bottom of the footer template (</div></div>) and then add this to your css: Code:
.background-left {
background: url(path/to/left/background/image.gif) left;
}
.background-right {
background: url(path/to/right/background/image.gif) right;
}
Hope this helps |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|