This jQuery plugin can help you to make image viewing with zoom.
Code excample
<div id="imageView_container"> <img src="photos/image-800x500.jpg" rel="photos/image-1680x1050.jpg" /> </div>
<script type="text/javascript"> $(function() { $('#imageView_container').imageView({width: 800, height:500}); }); </script>
I like your ImageViewer but I’m having trouble with it working in IE. Is there any way to fix this? I’m not sure why your demo works but mine does not.
Give me a link please and I’ll check.