This issue occurs in Firefox and Chrome, but Safari is fine. IE8, however, in compatibility mode or not, does not load the overlay at the top (it just sits at the top, scrolling the content down - although I think this is because the overlay is at the top of the markup).
It also does not show the image I'm trying to show, but reduces the overlay loading image to zero in the upper left corner of the screen. I use the standard colorbox-min and CSS that comes with this.
The markup check in the IE8 developer tools seems to suggest that the content is not actually loading in the cboxLoadedContent div.
$(document).ready(function() { $('a[rel="preview"]').colorbox( { photo: true , maxWidth: '95%' , maxHeight: '95%' , photoScaling: true } ); });
basically the page is a list of multimedia images, and when you click one, you get a preview and allows you to scroll the pages on the page well, at least he took a little screenshot in FF because it reduced the overlay thing http: // dumpt. com / img / viewer.php? file = 7s2zwoxozzf7666h0fzc.png
Does anyone have any idea?
I expect that my explanations are not great, so maybe I can make a film or something in this case.
javascript jquery internet-explorer-8 colorbox
nat
source share