I had the same issue, however my fix (which may or may not work with
you) was found within the CSS. If you did what I did, and copy the
example style sheet then you have this within the included style
sheet:
a#fancy_left, a#fancy_right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
z-index: 111;
display: none;
background-image: url(data:image/gif;base64,AAAA);
outline: none;
the problem lies within - "background-image: url(data:image/
gif;base64,AAAA);"
I am not using this particular feature of FancyBox so I was able to
eliminate that style and thus, eliminate the error thrown by IE. now,
when I load up my page i do not get the dreaded " this page contains
both secure and nonsecure items" as i did when i included the above
mentioned style
I hope that this helps you - if not, well I tried.
Best,
Bryan
On Jul 3, 10:05 pm, Mike <
mfrie...@gmail.com> wrote:
> I have the same problem... there has been an issue filedhttp://
code.google.com/p/fancybox/issues/detail?id=9. There is a