getting gallery thumbnail image to open in middle of browser

  • Thread starter Thread starter Ken Otto
  • Start date Start date
K

Ken Otto

After clicking on frontpage 2002 gallery thumbnail, I would like the larger
image to open in the center of the browser instead of the upper left corner.
I would also like to add a "close button under the larger image.

Another option would be to have the larger image to open in a new window so
when one clicks to close X it would go back to thumbnail page.

Thanks!

Ken Otto
 
Ken Otto said:
After clicking on frontpage 2002 gallery thumbnail, I would like the
larger
image to open in the center of the browser instead of the upper left
corner.
I would also like to add a "close button under the larger image.

Another option would be to have the larger image to open in a new window
so
when one clicks to close X it would go back to thumbnail page.


This requires that you set up a different page with the image in is , i.e.
<img src='.......>
and open that page. It you want a new window on top of the other one, it
can be done by javascript by window.open(......
 
Back
Top