language agnostic - dont move background while scroll down web page -
is there way dont move background of webpage while scrolling down? dont know how it, maybe using php, css or javascript?
thbaks
body { background-image:url('mybackgroundimage.png'); background-attachment:fixed; }
Comments
Post a Comment