背景图像未显示

时间:2016-05-17 13:36:37

标签: css

我检查了我的图片目录。没关系。我的代码是:

div.user-feedback {
    list-style-type: none;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
    min-height: 100px;
    width: 100%;
    color: #000;
    margin-bottom: 5px;
    background: red ;
    background-image: url('../img/certificatebg.png');
}

我的目标div变为红色但未显示背景图像。我的代码有什么问题?我的目录是: Directory

我的css位于ecommerce.css

2 个答案:

答案 0 :(得分:0)

我认为这可能与您网址在网站上下文中不正确的路径有关。尝试做url('/ img / certificatebg.png'),这样你就可以从根开始了。

答案 1 :(得分:0)

只使用背景色而不仅仅是背景

相关问题