Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background Image to match up behind slide show

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29380

    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

    #77894
    Brido
    Member
    Code:
    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

    #77864
    "Brido" wrote:
    Code:
    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?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.