pixel8or
01-30-2003, 10:08 PM
Hi all,
I'm trying to make a simple way to use a thumbnail image map to view any number of images without having to open a new window (no popups). I'd like to be able to center the image, change the background color and use the browser back button to return to the thumbnails. I haven't used a great deal of javascript, but I came up with this:
Sample Page (http://www.geocities.com/rixter201/javathumb.htm)
This works perfect in IE and Opera 7. But Netscape/Mozilla chokes on it.
Navigator 4.51 - loads page and bgcolor but doesn't display image, back button returns to thumbnails.
Netscape 6.2 - opens image and new bgcolor but won't stop loading, back button skips thumbnails and goes to previous page.
Mozilla 1.2.1 - opens image and bgcolor, won't stop loading, back button returns to thumbs.
Is there another way I can do this that will be cross browser compatible? I've searched for a script for this kind of thing and ended up working this out on my own.
Any help would be greatly appreciated.
I'm trying to make a simple way to use a thumbnail image map to view any number of images without having to open a new window (no popups). I'd like to be able to center the image, change the background color and use the browser back button to return to the thumbnails. I haven't used a great deal of javascript, but I came up with this:
Sample Page (http://www.geocities.com/rixter201/javathumb.htm)
This works perfect in IE and Opera 7. But Netscape/Mozilla chokes on it.
Navigator 4.51 - loads page and bgcolor but doesn't display image, back button returns to thumbnails.
Netscape 6.2 - opens image and new bgcolor but won't stop loading, back button skips thumbnails and goes to previous page.
Mozilla 1.2.1 - opens image and bgcolor, won't stop loading, back button returns to thumbs.
Is there another way I can do this that will be cross browser compatible? I've searched for a script for this kind of thing and ended up working this out on my own.
Any help would be greatly appreciated.