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

Background Image moves with resizing of window

  • Hey guys,

    Still a work in progress here but can anyone tell me what to add to the CSS to make the bg image not move and stay centered with the big sideshow when the browser window is re-sized?

    http://nickswenson.com/

    Thanks,
    Nick
  • position:absolute
  • "moodesign" said:
    position:absolute


    I tried this but when I append that to the CSS it makes it disappear? I suppose I would also need to make either another stylesheet or different hook on the other pages so this wasn't the background of them as well?

    Thanks,
    Nick
  • yeah, external sheet multiple pages. but did you enter specific position? as in-

    top: -6px left: -6px
  • "moodesign" said:
    yeah, external sheet multiple pages. but did you enter specific position? as in-

    top: -6px left: -6px


    Nope I didn't...sry I'll give that a try. Still new to this stuff. Thanks for your help!! :)