CSS Fixed Position Background Image

background-attachment: fixed keeps the background image in place without scrolling.

 body {  
      background-image: url(images/easter.png);  
      background-repeat: no-repeat;  
      background-color: #012643;  
      background-attachment:fixed;  
 }  

Place the background declaration of the element of your choice.


CSS Fixed Position Background Image CSS Fixed Position Background Image Reviewed by Unknown on 5:10 PM Rating: 5

No comments:

Powered by Blogger.