Any one got the code where the background scrolls when you scroll down :D
Printable View
Any one got the code where the background scrolls when you scroll down :D
Errrr what?
Add this in your CSS
HTML Code:background-repeat:repeat-y;
background-attachment: fixed;
background-repeat: repeat;
google it?
background-image: url(file:///C|/Documents%20and%20Settings/Admin/Desktop/bottom_background.png); background-color: #53BAE5; background-repeat:repeat-y;
background-attachment: fixed;
background-repeat: repeat;
This right?
background-image: url(images/bottom_background.png);
background-color: #53BAE5;
background-repeat:repeat-y;
background-attachment: fixed;
background-repeat: repeat;
}
This code, I have put in www.habbocouncil.co.uk But wont stick?
sorry to be so annoying but im a noob lol