关于背景图片插入

来源:3-4 编程练习

称之为我

2015-05-26 20:23

为啥在li i中插入背景图片,就不显示呢,如右侧代码

写回答 关注

2回答

  • 品茗见南山
    2015-07-29 10:15:51

    是的。你


    li i {

        display:inline;

        float:left;

        margin: 3px 10px 0 0;

        height: 24px;

        width: 30px

        background:url(http://img.mukewang.com/539a950e00015ba500710200.jpg)  no-repeat;

        

    }

    width:30px结束这没有分号导致图片出不来。

  • 孤落无痕
    2015-05-27 11:04:29

    大哥 你51行width没写;

    小何3804...

    为什么一定要写width个height呢?可以解释一下吗

    2016-09-24 19:45:14

    共 1 条回复 >

CSS Sprite雪碧图应用

必学的大型网站实用技术,让你快速掌握CSS Sprite雪碧图技术

47101 学习 · 228 问题

查看课程

相似问题