The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Back ground
How do I make a background image remain still when I scroll.When I scroll down the background image moves with the scroll.Is there a way I can make the background image remain still when I scroll down?
|
#2
|
|||
|
|||
Wrong forum...this should be in vb 4
|
#3
|
||||
|
||||
Presuming you've applied the background image to an element with CSS, you just set the background-attachment to fixed:
HTML Code:
background-image:url('mybackground.gif'); background-repeat:no-repeat; background-attachment:fixed; Or you can use it in the shorthand version, which is, essentially, in this order:background-color background-image background-attachment position-x position-y: Code:
background:#FFFFFF url('img_tree.png') no-repeat center top |
#4
|
|||
|
|||
^^ which template i should change, to do that in vbulletion 5.05?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|