背景图像不起作用

时间:2013-09-22 20:35:17

标签: html css background-image

为什么我看不到背景图片?

jsFiddle here

CSS

.arrow_icon
{
    display: block;
    width: 320px; // 25
    height: 240px; // 25
    background-image: url(http://s12.postimg.org/yi7yl766z/5b8nbn.jpg);
    background-repeat: no-repeat;
 }

.a1
{
    background-position: 0px 0px;
}

HTML

<table border="3">
    <tr>
        <td><span id="a2" class="arrow_icon a6" isClicked="0"></span></td>
    </tr>
</table>

1 个答案:

答案 0 :(得分:5)

CSS不支持C ++风格的评论 它们会创建语法错误,导致解析器跳过后续属性(直到下一个分号)。

删除// s。