开发者

Why doesn't my website load some images?

开发者 https://www.devze.com 2023-03-16 20:01 出处:网络
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\'

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!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消