• Resolved jeezyo

    (@jeezyo)


    This is probably something simple, but its driving me nuts so im hoping somebody can help. The site is https://dblcoaching.com/ In the upper right hand side, where the social media icons, there is a small background image behind them. You can see this in chrome and firefox, but for some reason, not in IE (Looking at IE8). Ive tried a bunch of small changes, and firefox lite, but cant seem to get it. Thanks for any help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • a:
    it looks better without the background;

    b:
    in style.css:
    #social { background: url('images/social-bg.png')no-repeat 0 0; float: right; margin-right:35px; }

    add a space between png') and no-repeat – i know from the past that IE does not like it otherwise.

    Thread Starter jeezyo

    (@jeezyo)

    Ahhhh, thanks so much, i didnt even notice that and i never ran into that issue before. Perfect fix, very much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Div Background not displaying in IE’ is closed to new replies.