[thelist] CSS Background image

Matthew Trefz trefz.5 at osu.edu
Tue May 1 11:28:13 CDT 2007


Is it possible to set the position of a background image, and then have the 
image repeat from that point. I have had success designating a position and 
having the image repeat horizontally, however if I set the image to repeat 
vertically or just plain repeat, the background position seems to be over 
written. Here is the css that I have so far:

body {
   background-color:#FFFFFF;
   background-image:url(images/backgroundTexture.jpg);
   background-position:0px 178px;
   background-repeat:repeat;
}




More information about the thelist mailing list