Does CSS support background-image stretching???
I know how to set a background image: background-image: url('test.jpg')
But can I make it so a 600x800 background image is stretched like a desktop to fit the available screen size accordingly?
Can I use javascript to accomplish this without a IMG tag?
I need this image to no dought always be in the background and other HTML to layout normally overtop and i'm not keen on using an IMG tag and setting it's z-index to -1 or something similiar...
I've tried this with other tags and it caused problems...like FORM elements not getting focus, etc...
Thanks a ton