Please help! Page needs to scroll down after full screen image carousel greeting.

Discussion in 'HTML & Website Design' started by btlaplan77, Dec 13, 2013.

  1. #1
    If anyone knows how to go about this issue I would very much appreciate the help. I am trying to have a landing page with a full screen image that switches automatically every 5 seconds or so. I have implemented and am trying to use this plugin http://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/
    .

    As you can see in the attached file, I would like to be able to scroll down the page, but the background image should take up the entire screen upon first arrival. If anyone can provide assistance I would seriously appreciate it.

    Thanks in advance
     

    Attached Files:

    btlaplan77, Dec 13, 2013 IP
  2. Curtis Mangione

    Curtis Mangione Member

    Messages:
    14
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    25
    #2
    in CSS try

    body{
    background-image:url('images/yourbg.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    }
    Code (markup):
     
    Curtis Mangione, Jan 22, 2014 IP