PDA

View Full Version : Background Image


rezenous
02-18-2006, 02:34 PM
Does anyone know how to make the background image 'stuck' in a certain corner and not repeat like they have done at http://www.evolverproject.com/forum/?styleid=19 ? Any help would be appreciated.

KTBleeding
02-18-2006, 04:16 PM
Add:
background: #000 url(/images/misc/yourbgimage.jpg) no-repeat left;
To your body CSS tag.

You can change the "left" to align it else where too. IE: bottom, top, right, or left.

You can also combine them.. IE: top right, bottom left, etc.

rezenous
02-19-2006, 08:07 AM
Thanks a lot, worked perfectly :)

BC_IZZ
03-11-2006, 09:06 PM
can you have 2 images (using the same image) appear IE : top left and top right using the same code format on the same line ? thnx