I have been able to vertically stretch the image so no matter the screen height, it's the same. I have also been able to separately center the background image horizontally, but when I try to do both together, parts stop working. Is my idea even possible?

link|improve this question
Could you please post your code and if possible make a jsfiddle.net as well? – tw16 Aug 11 '11 at 23:26
Take a look here: stackoverflow.com/questions/1150163/… – Diodeus Aug 11 '11 at 23:43
I just used the first code from this site: stackoverflow.com/questions/376253/… I changed the width to be the size of my picture. I'm sorry, but I haven't used the site you provided, so I wasn't sure how to use it. I put the code in, but there wasn't any picture to actually see. – Gabby Aug 11 '11 at 23:48
I figured it out! Thank you Diodeus for the link! I had to tweak it a bit. Here is the code I used: html { } #background { text-align: center; width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: -1; } .stretch { height:100%; width: (width of background)px; } – Gabby Aug 12 '11 at 18:37
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.