View Single Post
Old November 22nd, 2006, 1:08 AM   #4 (permalink)
LastRebirth
Registered User
Fresh Surpasser
 
Joined in Nov 2005
Lives in Florence
18 posts
Gave thanks: 0
Thanked 0 times
Code:
body{
	background: #2B452C url(http://tyl.cc/images/random_bg_l.jpg) repeat-y left;
	overflow: hidden;
}
You should have

Code:
body {
background: #2B452C;
background-image: url(http://tyl.cc/images/random_bg_l.jpg);
background-repeat: repeat-y;
background-position: left;
overflow: hidden;
}

If that doesn't work then I dunno xD
__________________
Last Rebirth
Aidenn RPG (IRC)
LastRebirth is offline   Reply With Quote