using floating (pop-up)frames to display full size of thumbnail graphics

liunx

Guest
I have viewed web pages that display thumbnail images of backgrounds. When you click on the thumbnail, the larger version of the thumbnail pops up in a floating frame. Does anyone know how to do this using HTML?<!--content-->Hey, go easy on the spam:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.bettiepage.com/images/photos/whip/whip7.jpg" onclick="window.open(this.href,'child', 'height=350,width=250'); return false"><img alt="[Bettie with a Whip]" src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.bettiepage.com/images/photos/whip/whip7_a.jpg'></a><!--content-->
 
Back
Top