图像未找到,但它在服务器上

时间:2013-10-05 12:41:11

标签: jquery html css image

我目前遇到一个我自己无法解决的问题。

我有一个简单的img标记,其src属性链接了actually存在的图像。但是页面没有显示它,JavaScript控制台返回错误:

enter image description here

虽然我正在加载像这样的图像,但它在jQuery中发现错误:

<div class="login_with_fb">
    <a href="#" class="button rounded-3px"> Можеш да си направиш и регистрация чрез facebook </a>
</div>

.login_with_fb .button {
    background: #3a589b url(../img/fb_icon.png) no-repeat 10px center;
}

我使用jQuery的唯一地方是因为隐藏了父div,当你点击按钮时它设置了display: block

此图片也可用。并且不要发现其他图像有任何问题。

1 个答案:

答案 0 :(得分:2)

http://your-website.com/assets/js/phake.style.js文件

上更改此设置
select_image: '../img/select.png', //image for the initial select
              ^  ^

另请尝试:

select_image: 'assets/img/select.png', //image for the initial select