I am using the following JQuery plugin to load an image slider http://www.orionseven.com/imageloader/index.php
However this is on a secure page (https) although the images are from external urls so therefore are not on secure pages. Is there anyway I can stop IE 7 displaying the security warning? Maybe changing my code or something?
You could proxy images through localy hosted php script.
https://server/image.php?url=foobar.com/foo.gif
some comments about cross-site-scripting vulnerability should follow:)