spicymango
Programmer
I am doing something like this
My image is size of my page 760px/1100
But i want this image to come only once, not keep reprating if the length of my page is longer, how can I do that ?..
Code:
body {
background: transparent url(back.gif) center top;
}
My image is size of my page 760px/1100
But i want this image to come only once, not keep reprating if the length of my page is longer, how can I do that ?..