full screen changing background
I want to make full screen background of images that change by fade.
The problem is that I need only part of the screen, on the top and the bottom of the site I have divs with menu and footer so only part of the screen will be used for the images.
I need the image width will fill the screen but I need the height not fill all the screen, also I need this work on any resolution and also work on the iPad and similar devices.
I do not want scroll bars to be shown.
I need something like this:
- <div>
- menu part
- </div>
- <div>
- image part
- </div>
- <div>
- footer part
- </div>