I\'m trying to stretch a background image to 100% width and height of the parent div. background-size is not supported in IE8 of-course. I tried the following code but it\'s
HTML:
CSS:
img.fullscreen { border: 0; height: auto; left: 0; min-height: 100%; min-width: 1024px; padding: 0; position: fixed; top: 0; width: 100%; z-index: -1001; }