CSS Fix background-position Property

How to position a background-image as fix:

css:

body{
background-image:url('bg.gif');
background-repeat:no-repeat;
background-attachment:fixed;
}
  1. Leave a comment

Leave a comment

Design a site like this with WordPress.com
Get started