Tabitha
01-23-2003, 10:04 AM
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?
|
Click to See Complete Forum and Search --> : using floating (pop-up)frames to display full size of thumbnail graphics Tabitha 01-23-2003, 10:04 AM 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? Charles 01-23-2003, 10:07 AM Hey, go easy on the spam: <a href="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.bettiepage.com/images/photos/whip/whip7_a.jpg'></a> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |