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

IE7 background image issue

  • I have been searching google and all the solutions to this problem don't seem to work for me.

    http://haystackneedledesign.com/sites/a ... ?page=home

    the orange banner in the background that extends 100% of the browser window width doesn't show up in IE 7. I have the orange bar in a blank div, absolutely positioned. It works fine in safari, FF, IE8 and opera. It may in fact be showing up, but with a left margin... if you need more code let me know.

    don;t look at it in IE6, transparency issues screw it up to hell, will be redoing some aspect of that later.

    here is the css for the orange bar.

    #orangebar {
    background:url(images/orangebg.png) repeat-x 0 0;
    width:100%;
    height:108px;
    margin:0px;
    top: 124px;
    position: absolute;
    z-index: -1;
    }
  • sorry dude but ur site looks fine to me in IE7 .....the orange bar also appears fine to me ......i compared the site in firefox3.0.10 and IE7. ....its fine :D
  • yeah, thanks for looking at it. what i did was add:

    left:0px

    and it was all good.