treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Background Image to match up behind slide show

  • Hey Guys!

    I just can't figure out how to make this bg image match up behind the slide show on the index page. I tried absolute positioning but that moves everything on the page.

    Any help would be great! Also, so this doesn't show up on other pages do you know the best practice for linking extra style sheets to the sub pages? I'm not really sure how to do that either if someone could point me in the direction of the information.

    Site Address:
    http://nickswenson.com/

    Thanks in advance for all your help!
    Nick

  • body {color:#d8dad9;background:#d8dad9 url(images/bg.jpg) no-repeat center top;}
    .container-inner { margin:0 auto; padding:37px 0 0; width:950px; }



    Just adjust your padding on the .container-inner div
  • "Brido" said:

    body {color:#d8dad9;background:#d8dad9 url(images/bg.jpg) no-repeat center top;}
    .container-inner { margin:0 auto; padding:37px 0 0; width:950px; }



    Just adjust your padding on the .container-inner div



    Thanks!! Any suggestions for other style sheets for sub pages?