Background-image css fails to display in IE7 & 8

前端 未结 3 1588
忘了有多久
忘了有多久 2021-01-23 00:04

For some reason I\'m having issues displaying a background image in IE 7 and IE8. In IE9 and more modern browsers it works and outputs the following:

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-23 00:35

    Try using display:block for the elements and set the width and the height also use border:none; background-color:transparent

提交回复
热议问题