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

HELP!! Make background image to full screen

  • Hi there I'm a newbie here.

    I can make a background image to fullscreen which is what I was after. However, when I minimize the window browser smaller or dragging it from the bottom right corner, then my background image stretches with the window size which I don't wont.

    Any suggestions on how to make the background image unstretchable but keep it to the full browser resolution? Here is the example I did http://www.icon.digitalprodusa.net/

    Many thanks in advance
    CHEERS :)
  • Did you try to set de Height of the image to Auto?
    Something like
    #bg {position:fixed; top:0; left:0; width:100%; height:auto;}

    HTH
    Gr. Bert
  • Oh my gosh, I can't believe I have been member since 2006. It must of been the time I had my old computer and never got the chance to use my membership.

    I do apologize for those who have commented and contributed their time to help out. In the end, I managed to figure this one out.

    CHEERS :)