为什么我的网站无法加载某些图像?

发布于 2024-11-18 00:55:11 字数 228 浏览 2 评论 0原文

这是我的网站试用上传:

我的作品集

似乎有些图像未加载,并且 div即使没有触发,具有 display:none 也会自行加载。未上传时它可以完美运行。 请查看我的 jquery 或任何代码并告诉我我做错了什么。 请问我该如何解决这个问题?非常感谢!

This is my website tryout upload:

My portfolio

it seems that some images are not loaded, and the divs which have display:none also load themselves even if not triggered. It works perfectly when it's not uploaded.
Please view my jquery or whatever code and tell me what I did wrong.
How can I fix this please? Thank you very much!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

脱离于你 2024-11-25 00:55:11

关于图像 - 您的服务器区分大小写,因此您的 HTML 正在尝试加载文件:
http://grozav.t15.org/thumb/RealEstate.jpg

当实际文件名是:
http://grozav.t15.org/thumb/realestate.jpg

更新您的 HTML正确的文件名。

Regarding the images - your server is case sensitive, so your HTML is trying to load the file:
http://grozav.t15.org/thumb/RealEstate.jpg

when the actual filename is:
http://grozav.t15.org/thumb/realestate.jpg

Update your HTML with the correct filenames.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文