Hi, I want a background to stay as I scroll down and I currently have this:
body {
background-image: url(image.gif);
background-repeat: no-repeat;
background-attachment: fixed;
}
But how do I add multiple images in a body tag?
Thnx in advance
body {
background-image: url(image.gif);
background-repeat: no-repeat;
background-attachment: fixed;
}
But how do I add multiple images in a body tag?
Thnx in advance







