Click to See Complete Forum and Search --> : tiled background images


Brendi
10-27-2008, 06:35 PM
sometimes, if I try to use a gif image as a background, it shows up as a lot of tiled images... how can I get the image to NOT be tiled?

Brendi

Major Payne
10-28-2008, 04:28 PM
Add no-repeat to styling. Example:

background: #fff url(image_name.gif) no-repeat center scroll;

Change "center" to where you want it position. Change #fff to background color of choice. Change "scroll" to "fixed" if you want contents in container to scroll over image.