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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -