CSS Fixed Position Background Image
background-attachment: fixed keeps the background image in place without scrolling.
Place the background declaration of the element of your choice.
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
Reviewed by Unknown
on
5:10 PM
Rating:
No comments: