Hi,
Can you give the code for fixed background please ?
Thanks team.
body { background:url(../path/to.your/backgroundimage.png) fixed }
body {
background-attachment:fixed;
}
body {
background:url("../images/main_bg.png") no-repeat fixed center 0 #EFEFEF;
}
body {
background:url("../images/main_bg.png") no-repeat scroll center 0 #EFEFEF;
line-height:1.8;
}
body {
background:url("../images/main_bg.png") no-repeat fixed center 0 #EFEFEF;
line-height:1.8;
}