Background Image not showing up in IE8

前端 未结 2 756
花落未央
花落未央 2021-02-14 19:12

So I have a tiny header image that repeats on the x axis, but for some reason it won\'t show up in IE8. Anyone know a work around?



        
2条回答
  •  抹茶落季
    2021-02-14 19:35

    Correct code after adding space looks like this:

    #header {
        background:url("images/headback.png") repeat-x;
        width:1020px;
        height:120px;
        font-family:arial;
        position:relative;
    }
    

提交回复
热议问题