Log in

View Full Version : body background to be static ?


natralis
04-29-2006, 09:55 AM
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 ....

Freesteyelz
04-29-2006, 10:45 AM
There are several methods but you can try:


body {
background:#000000 url(/img_url_here.gif) fixed top center no-repeat;
}


Change any other variables except "fixed".