Logged Out
Create an Account
Login:
Password:

Forgot your password?
Wanting to Fade out my background

Wanting to Fade out my background
[Back to Index]
Thread Tags
Primary: [General]
Secondary: None

I am currently working on my new site and I am running across a small problem. The background i have for my website doesn't TILE so when I go to my application section the image keeps repeating as i scroll down. My question is I would like to show just the image and then if the page extends beyond the background image just stay black or something like that. How can I set this up.

Edit: Okay i fixed this problem by adding Background-Repeat: no-repeat:
Edit2: I would like to know if its possible to have the background image follow the page as you scroll down. In other words as you scroll down the background remains the same.
It definitely it possible to have the image stick with the user as they scroll down.

Use this in your body CSS:

background-attachment:fixed;


--
It's all in the reflexes.
Awesome Thanks, I should have thought about that one but my reading kept saying to leave it as scroll for it to follow the user.


[Back to Index]