Is there anyway to make the sky/lake background stay still while you scroll?
Site
In CSS:
background-attachment: fixed
http://www.w3schools.com/css/tryit.asp?filename=trycss_background-attachment
Or in shorthand:
body {background: url("/images/myimage.png") no-repeat fixed top left;}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With