View Single Post
Old 03-11-2005, 03:40 AM   #1 (permalink)
ICY
 
ICY's Avatar
 
Title: Ice God
Join Date: Jun 2004
Location: Canada
Age: 21
Posts: 2,123
Rep Power: 7 ICY is on a distinguished road
Send a message via AIM to ICY Send a message via MSN to ICY
[CSS] fixed background

Add this code to your style sheet

Code:
	background-image: url(images/background.jpg); 
	background-color: #000000; 
	background-repeat: no-repeat; 
	background-position: center center;
	background-attachment: fixed;
Thanks griff

gives you the effect like ripperhuntings bg

http://www.ripperhunting.com/
__________________

Last edited by Sean; 06-09-2005 at 04:25 AM.
ICY is offline   Reply With Quote