1.

How Do I Have A Background Image That Isn't Tiled?

Answer»

Specify the background-repeat property as no-repeat. You can ALSO use the background property as a SHORTCUT for SPECIFYING MULTIPLE background-* properties at once. Here's an example:

BODY {background: #FFF url(watermark.jpg) no-repeat;}

Specify the background-repeat property as no-repeat. You can also use the background property as a shortcut for specifying multiple background-* properties at once. Here's an example:

BODY {background: #FFF url(watermark.jpg) no-repeat;}



Discussion

No Comment Found