问答详情
源自:3-4 编程练习

关于背景图片插入

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

提问者:称之为我 2015-05-26 20:23

个回答

  • 品茗见南山
    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没写;