BlueCat
05-16-2008, 01:32 AM
Hi,
I would like to have 2 images in the background. One in the bottom left and the other one in the bottom right. I would like then to be fixed too, so when I'll scroll the images will always be visible.
Right now my images are at the right position but I can't have them fixed.
Tried the background-attachment: fixed but it doesn't work.
Here's what I have:
#left {background-image: url(http://img158.imageshack.us/img158/9608/lolbackgroundfh2.png);
background-attachment: fixed
background repeat: no-repeat;
width:174px;
height:489px;
position:absolute;
left:0px;
bottom:0px;}
#right {background-image: url(http://xs227.xs.to/xs227/08204/210649b237.jpg);
background-attachment: fixed
background repeat: no-repeat;
width:156px;
height:220px;
position:absolute;
right:0px;
bottom: 0px;}
If anyone have any other way to fix to images so that they stay there when I scroll i'm open to suggestions.
Thanks
I would like to have 2 images in the background. One in the bottom left and the other one in the bottom right. I would like then to be fixed too, so when I'll scroll the images will always be visible.
Right now my images are at the right position but I can't have them fixed.
Tried the background-attachment: fixed but it doesn't work.
Here's what I have:
#left {background-image: url(http://img158.imageshack.us/img158/9608/lolbackgroundfh2.png);
background-attachment: fixed
background repeat: no-repeat;
width:174px;
height:489px;
position:absolute;
left:0px;
bottom:0px;}
#right {background-image: url(http://xs227.xs.to/xs227/08204/210649b237.jpg);
background-attachment: fixed
background repeat: no-repeat;
width:156px;
height:220px;
position:absolute;
right:0px;
bottom: 0px;}
If anyone have any other way to fix to images so that they stay there when I scroll i'm open to suggestions.
Thanks