PDA

View Full Version : Background - stand still


Chandler
02-22-2007, 07:38 PM
I was wondering if it possible to have a background, such as this one https://vborg.vbsupport.ru/external/2007/02/7.jpg

and have it as a background, so it does not repeat itself, and just fills the entire background? If it is possible, how do I go about doing so?

CyberAlien
02-22-2007, 08:06 PM
Sure. In "body" css set background to something like this: #C1C3C8 url(http://www.bluebobble.com/forum/images/bg.jpg) top left repeat-x

It won't scale though and to avoid ugly color on right side I set it to tile horizontally.

Chandler
02-22-2007, 08:17 PM
Thank you CyberAlien.

Chicago_VLNU_4s
02-27-2007, 05:51 AM
yeah thanks. Just did it to mine :)