headlessone
07-03-2004, 11:55 AM
Using the follow code:
body
{ background: #000000;
background-image: url(Pictures/BritneySpearsWallpaperNo001.jpg);
background-repeat: no-repeat;
background-position: 100% 100%;
background-attachment: fixed;
}
The percentage under background-position doesn't work? Is it the picture I'm using? Is there a way of stretching the picture to fill the page?
body
{ background: #000000;
background-image: url(Pictures/BritneySpearsWallpaperNo001.jpg);
background-repeat: no-repeat;
background-position: 100% 100%;
background-attachment: fixed;
}
The percentage under background-position doesn't work? Is it the picture I'm using? Is there a way of stretching the picture to fill the page?