dont move background while scroll down web page
is there a way to dont move background of a webpage while scrolling down? I dont know how to开发者_C百科 do it, maybe using PHP, CSS or javascript?
Thbaks
body
{
background-image:url('mybackgroundimage.png');
background-attachment:fixed;
}
精彩评论