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

[Solved] Need help with large background image!

  • I am working on a design for a client. I love the new design, but the background image needs to scale or something for other screen resolutions without messing up with footer. Any ideas?

  • I'd consider making the background fixed and put it on the body instead.

    background: #greenish url(images/landscape.jpg) no-repeat fixed

    EDIT: It looks good but you'd need to make the top part separate and put it on the top menu and separate the phone numbers too because it looks weird if it doesn't scroll. And some parts are hard to read when scrolled (white text on light background) Nice webdesign by the way!

  • Thanks CrocoDillon! I have it working now!