Quote:
Originally Posted by Freesteyelz
OK...I now see what you're trying to do.
To have a fixed background image placed at the bottom change the background image values to:
Code:
background:#efe43c url(images/bfly/topimg.gif) no-repeat bottom left fixed;
This image will now show up at the bottom left-hand corner and it won't be repeated. The code will be applied to the <body> tag. If you want it to repeat then use either "repeat", "repeat-x" or "repeat-y".
|
aww geeze, I'm sorry that the link above didn't work. I didn't have the style turned on, but it is now.
How can I do this tho, with the top image already in the body background line, and fixed? Do I add it
after the top image info in the body background line?
Quote:
Originally Posted by Freesteyelz
Is it my understanding that you want 2 background images (one at the top; one at the bottom), both fixed? Or just the bottom image?
|
EXACTLY! two backgound images, one at the top, one at the bottom, both fixed. Right now, the bottom image is scrolling and not part of the background. (I fixed the link if you wanna look)
Please forgive me for not having been clear on that. I'm not good at explaining what I'm after