How to position a background-image as fix:
css:
body{
background-image:url('bg.gif');
background-repeat:no-repeat;
background-attachment:fixed;
}
How to position a background-image as fix:
css:
body{
background-image:url('bg.gif');
background-repeat:no-repeat;
background-attachment:fixed;
}