Background CSS Help

Soldato
Joined
1 Dec 2003
Posts
2,818
Location
Liverpool
Hey guys,

www.chrisr.co.uk

I am currently creating my official site on my own without hiring others to do so, i like to get as hands on as possible as it's more of an hobby.

Anyway, my official web site is getting an updated domain and site and i have just been editing the background but need some help.

1) Could you tell me if it looks okay, as for me it does. Thought it will prob look different on your monitor?

2) Is there a way to move the background image more to the top, and keep it there at all times?

3) Here is the code i used:

Code:
body {
	background: #9fca47 url(http://img835.imageshack.us/img835/892/85995841.jpg) no-repeat left;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}

Thanks all
 
Back
Top Bottom