Background-image at bottom of screen or at bottom of page

darkagent

New Member
I have two background-images. I want them to be fixed at the bottom of screen or at the bottom of page if the info on page is too much.I'm able to code only one of the situations - background-images are fixed to the bottom of screen or to the bottom of page(body{}).\[code\]body { line-height: 1; background-attachment:scroll; background-image:url(images/fonskreisapuse.png), url(images/fonslabapuse.png); background-repeat:no-repeat; background-position:bottom left, bottom right;}\[/code\]In the first picture the background image is fixed to the bottom of body:http://www.bildites.lv/viewer.php?file=ivbdtsimebot29u96rs8.jpgIn this picture the background is fixed to the bottom of screen:http://www.bildites.lv/viewer.php?file=yzrixvjqec2qe3fgu396.jpgI scrooled the page down to see the problem if the picture is fixed to the bottom of the screen. I want to make the background-images to be fixed to the bottom of the screen if the info on the page isn't that much or the bottom of body if the info is enough for scrooling down. And I don't want the background-images to be fixed to the bottom of screen all the time because the it will mix with main content.I have been trying to solve this problem for few days now but I can't get it to work like that.
 
Back
Top