|
|
Javascript Photo GalleryA Pop-Up Photo GalleryAnother very popular way of presenting a set of related photos and captions is the pop-up window photo gallery. Usually these are a dozen or so images navigated via previous and next buttons. Click the link below to see how the script easily works on a single, small window. <a href="javascript:void(window.open( 'demo4_pop.htm', 'mypop', 'width=500,height=320'));">open the gallery</a> I went a bit overboard attempting a pure style-sheet layout on this one, so I hope you'll forgive that this one does not use tables, but since most the trend has been and remains CSS, well, this is one less I'll need to write. Though I'm not that great at layout using styles.
| |||
| Script from PizzaByTheSlice.com. Visit the Javascript tips for instructions and latest version. |