The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
background img question
I have an image that I want to use as a background but I only want it to scroll vertically, not horizontally but I am not sure what the css is to do this.
This is what I am using and its scrolling horizontally and vertically which is a problem as the image blends out at the right end thus ruining the effect. HTML Code:
<td class="alt2" width="200" style="background: url('../radio/pbg.gif');" >
|
#2
|
|||
|
|||
HTML Code:
<td class="alt2" width="200" style="background: url('../radio/pbg.gif') repeat-x top left;" >
Although it might be best to set up a custom style to use so you can just add the class tag. |
#3
|
||||
|
||||
No single quotes inside the url
style="background: url(../radio/pbg.gif) repeat-x top left;" |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|