Centering background image, using css
- by Jean
Hello,
I want to center a background image. There is no div used, this is the css style
body{
background-position:center;
background-image:url(../images/images2.jpg) no-repeat;
}
The above CSS tiles all over and does center it, but half the image is not seen, it just kind of moves up. What I want to do is center the image.
Could I adopt the image to view even on a 21".
Appreciate help.
Thanks
Jean