full screen changing background

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:




  1. <div>
  2. menu part
  3. </div>
  4. <div>
  5. image part
  6. </div>
  7. <div>
  8. footer part
  9. </div>



    • Topic Participants

    • hanan