开发者

IE7: This page contains both secure and nonsecure items

开发者 https://www.devze.com 2023-03-20 02:47 出处:网络
I\'ve search开发者_StackOverflow中文版ed far and wide for suggestions and solutions to this problem, but I\'m still stuck.

I've search开发者_StackOverflow中文版ed far and wide for suggestions and solutions to this problem, but I'm still stuck.

I have a few pages on my website (using SSL) that are presenting this error. I've used various debugging tools (Google Dev Tools, Fiddler 2) to ensure that I am not loading any non-SSL objects (images, css, javascript). Also I have no iFrames so that is not a concern.

Everything is loading using HTTPS, however this error keeps popping up. And given that it's an eCommerce site, I can basically forget about anyone using IE7 to buy products.

The page is https://www.hottubcoverscanada.ca/build/step1.php?product=859

A page that works on the site error-free is https://www.hottubcoverscanada.ca/

I'm looking forward to hearing anyone's suggestions Thanks!


IE7 has a known bug when you dynamically (with Javascript) change the styling of elements on your page and use CSS attributes with relative URLs (e.g. to set a background image). If you specify a relative URL, IE7 will correctly load the image using SSL but still complain that the page contains nonsecure items.

From what I can see, the file jquery.lightbox-0.5.js could be causing the problems. It contains several relative URLs in the settings which later are used to set the background of elements.

0

精彩评论

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