Stretch as in... the image is too small so you want it to actually stretch over the whole page like you would with your desktop or do you just want it to not repeat?
Add "background-repeat: no-repeat;" in there somewhere and you have that. I'll keep trying and see if I can find some way to make it stretch but, I just don't think that's possible with html. I'd suggest going to paint and making it bigger if you want it bigger.
Resize the image in Photoshop however wide your resolution is (so if you're in 1024x768 make the image 1024 pixels wide) then replace the scrollbar color code you have with this:
Comments 4
Reply
Reply
As far as not repeating goes, I imagine your code looks something like this:
body {
background-color: white;
background-image: url(http://img.photobucket.com/albums/v11/caseclosed/prettypretty.jpg);
background-attachment: fixed;
background-position: 0% 40%;
}
Maybe?
Add "background-repeat: no-repeat;" in there somewhere and you have that.
I'll keep trying and see if I can find some way to make it stretch but, I just don't think that's possible with html. I'd suggest going to paint and making it bigger if you want it bigger.
Reply
Reply
Leave a comment