Background image not showing up in span tag

前端 未结 5 624
礼貌的吻别
礼貌的吻别 2021-02-06 21:36

Im having trouble with a span tag showing a background image in the latest FF on windows 7. It seems to work and show everything fine in earlier FF, Chrome, Safari and IE but ha

5条回答
  •  花落未央
    2021-02-06 22:38

    You cannot set attributes no-repeat top left if you declare background-image. In background-image you must only set the link to your image.

    Or you could use background like this:

    background: url(...) no-repeat top left
    

提交回复
热议问题