Language agnostic 向下滚动网页时不要移动背景

Language agnostic 向下滚动网页时不要移动背景,language-agnostic,Language Agnostic,有没有办法在向下滚动时不移动网页的背景? 我不知道怎么做,可能是使用PHP、CSS或javascript Thbaks body { background-image:url('mybackgroundimage.png'); background-attachment:fixed; }

有没有办法在向下滚动时不移动网页的背景? 我不知道怎么做,可能是使用PHP、CSS或javascript

Thbaks

body
{
background-image:url('mybackgroundimage.png');
background-attachment:fixed;
}