Using an <iframe> will only make the job more complicated. Replace your <iframe> with a <div> that contains the image, and use JavaScript to track the mouse actions. Something like:
Code:
<style type="text/css">
#mapDiv { position:relative: top:0; left:0; margin:0; padding:0; width:425px; height:460px; overflow:hidden; }
#mapDiv img { position:absolute; top:-197px; left:-120px; width:663px; height:855px; margin:0; padding:0; }
</style>
.
.
<div id="mapDiv"><img src="GM003.jpg"></div>
.
.
Search for "JavaScript click and drag image" and you should find some JavaScript you can adapt for this.
Rick Trethewey
Rainbo Design
Bookmarks