Support » Fixing WordPress » how to stretch a background for IE

  • <!--[if lt IE 8]>
    body {
    
        background: url("images/skins/skin-6/Bg.jpg")top left repeat-x;
    }
    
    <![endif]>

    This is what I have for the code, but it’s not working. .

  • The topic ‘how to stretch a background for IE’ is closed to new replies.