The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
hi all
quick question . if i want the background to be static and not move once i view the forums so the forum sections move but not the background how do i do it ? thanks .... |
|
#2
|
||||
|
||||
|
There are several methods but you can try:
Code:
body {
background:#000000 url(/img_url_here.gif) fixed top center no-repeat;
}
|
![]() |
|
|