Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经浏览了很多关于此的帖子,但仍然无法得到答案。我创建了这个网站:
www.poochiemoo.com
当去任何画廊并尝试查看图像时,它们可以在除 Firefox 之外的所有浏览器上运行。
我学到的一件奇怪的事情是,当离线查看它时,它工作得很好。但是当将它们转移到主机服务器时,它们都停止了工作。经过一番调查,我了解到这与主机 Linux 服务器以及我如何使用大小写命名事物有关。大多数问题都得到了解决,但这个灯箱似乎是我最好的。
您的图像是 404ing。看起来 imagehref都使用了反斜杠。Chrome 和 IE 会自动修复错误,但 Firefox 不会。
href
您的链接格式为:
Images\Cupcakes\artistpalette.JPG
将它们更改为以下格式:
Images/Cupcakes/artistpalette.JPG
目前,Firefox 正在对反斜杠进行编码,因此像这样的链接会生成 404:
http://www.poochiemoo.com/Images%5CCupcakes%5Cartistpalette.JPG