开发者

Thickbox 3.1 IE8 Loading Problem

开发者 https://www.devze.com 2023-03-12 09:13 出处:网络
We use Thickbox 3.1 for modal windows on our site and noticed recently that it has stopped loading on IE8. You can see the issue by going to http://alltrails.com and clicking \"Login\" on the top righ

We use Thickbox 3.1 for modal windows on our site and noticed recently that it has stopped loading on IE8. You can see the issue by going to http://alltrails.com and clicking "Login" on the top right.

We've been trying unsuccessfully to troubleshoot but can't figure out how to resolve this. I'm hoping someone else has ran into this or knows 开发者_C百科Thickbox well and can offer a solution.

Thanks in advance!


ThickBox doesn't have problems with IE8 (you can test it here http://jquery.com/demo/thickbox/) You might have some problems in your code, because is not loading in Firefox 4 either (works fine en Chrome)

Have you added a new script recently? Usually the problem is with plug-in clashing between them.

How to troubleshoot the problem:

  • Remove the minified ThickBox from all.js
  • Add the full version (no minified) of Thickbox
  • Use Firebug in Firefox or Dev tools (F12) in and place a breakpoint in the Thickbox script
  • Follow to code to see where it fails

Got it!! the problem is in the line 1770 of All.Css

.galleria-more{background-image:url(http://static.alltrails.com/images/galleria/info.png');right:30px;}

You forgot to open the ' so no more css after this line is considered in FF and IE (Chrome is more cool on the error)

Did I get a cookie?

0

精彩评论

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

关注公众号