开发者社区> 问答> 正文

IE8下背景雪碧图不显示?

<ul class="social-icons">
    <li style="text-align: center;"><a href="#"><span class="social"> </span></a></li>
    <li style="text-align: center;"><a href="#"><span class="social fbook"> </span></a></li>
    <li style="text-align: center;"><a href="#"><span class="social gplay"> </span></a></li>
</ul>
<p style="text-align: center;">#DecadeInTheCity</p>
.social{
    width:32px;
    height:32px;
    margin-top:7px;
    background:url(../../uploads/2014/11/social-icons.png)no-repeat;
    display:inline-block;
    background-position:left top;
    text-indent:-5000px;
}

.entry-content-wrapper div li {
    text-indent: 0;
    display: inline-block;
    margin: 3px;
}

.fbook{
    background-position:-32px;
}

.instagram{
    background-position:-64px;
}

.gplay{
    background-position:-96px;
}

展开
收起
a123456678 2016-03-26 14:57:47 2087 0
1 条回答
写回答
取消 提交回答
  • inline-block在IE8以下不支持,social里加上display:inline;zoom:1;

    2019-07-17 19:16:15
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载