[thelist] CSS Background image

Austin Harris austin at dotmail.co.uk
Wed May 2 03:47:43 CDT 2007


May I suggest writing this lot in 1 line, (makes things a lot easier IMHO).

body {
background: #fff url("images/backgroundTexture.jpg") 0 178px;
}

*As repeat is the default there is no need to put it in. (If you wanted it in I would put it before the position.

Austin

> >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