Consistency of Colorbox across browsers Consistency of Colorbox across browsers jquery jquery

Consistency of Colorbox across browsers


tricky one are you calling the BBB IPI from a URL e.g. something like

<script src="www.bbb.com/script.js"></script> 

or is it local

 <script src="js/bbb.js"></script> 

if it is not a local scrip try and download it, i have had similar problems and this has fixed them, also if you are calling the API from another page

<?php include_once "bbb.html" ?>

make sure that the script hook is on the calling page and the called page. it shouldn't matter on live app but it sometimes does.


Have you tried Enabling some of the IE security settings? I would set the domain as a trusted site then change your settings for trusted sites to a custom level.

Some of the settings that may help:

  • Access data sources across domains - Enable
  • Launching programs and files in an IFRAME - Enable
  • Navigate windows and frames across different domains - Enable