- Messages
- 5,508
- Reaction score
- 35
- Points
- 48
I have an image on my age as an background. I use this as the CSS code:
Now I want the image stay still at the background when you scroll so it should not duplicate itself. How do I do?? Example: The background here at this forum doesen't follow you scrolling so the darker line is always at the top. I want it to stay still so you always can see the darker lines.
body {
background: #EEE url(img/bg.jpeg);
color: #444;
font: normal 62.5% "Lucida Sans Unicode",sans-serif;
margin: 0;
}
Now I want the image stay still at the background when you scroll so it should not duplicate itself. How do I do?? Example: The background here at this forum doesen't follow you scrolling so the darker line is always at the top. I want it to stay still so you always can see the darker lines.