I have the following problem:
I have an image that goes through slides, I need that it is always resized to the size of the window and the monitor, I thought I'd use:
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
But does not solve my problem in the above image shows my current problem, I have a header DIV and a FOOTER DIV which is superimposed the image and the image is getting underneath the two divs eating pieces of it, how do I fix this?
An image to demo:
