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

Background repeat

  • Ok so i have a background image that is supposed to repeat-x and then i have a content background image on top of that. But in IE it doesnt seem to repeat-x but in FF AND Opera it does.

    Has anyone got any ideas...its just prob something i forgot to do :o

    Thanks

    Hal8
  • you got a live link for us to have a look at? Could be any number of issues, kinda like pokin around in the dark if we cant see it... :)
  • Ah ok....yeh forgot about that !

    www.footballsmylife.com

    Just trying to learn how to convert PSD mockups and that really...prob something silly...but i dont know much about webs stuff :o

    Cheers
  • In IE, if you don't have a space between your background image value and the repeat value, your going to get some funk down your direction.

    So just add a space before "repeat-x" :-)

    background: url(image.jpg) repeat-x;
  • Brilliant.....thought it would be something small like that :o

    Cheers Soh Tanaka