jeezyo
Member
Posted 12 months ago #
This is probably something simple, but its driving me nuts so im hoping somebody can help. The site is http://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!
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.
jeezyo
Member
Posted 12 months ago #
Ahhhh, thanks so much, i didnt even notice that and i never ran into that issue before. Perfect fix, very much appreciated!