I've divided my page in 2 DIVs
the left one contains some thumbnails, the second should contain the image
selected on the first div.
is that possible ???
<div
style="position :absolute;overf low:auto;left:0 ;top:0;width:21 0;height:100%;" >
<!--#include file="../photogallery/ThumbnailFrame. html"-->
</div>
<div
style="position :absolute;overf low:auto;top:0; left:210;height :100%;width:80% ;
">
<center>
<img border="0" src="images/photo1.jpg">
</center>
</div>
clicking on the thumbnail of the first div, the second one should show the
selected one instead of showing the photo1.jpg
BoB
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
the left one contains some thumbnails, the second should contain the image
selected on the first div.
is that possible ???
<div
style="position :absolute;overf low:auto;left:0 ;top:0;width:21 0;height:100%;" >
<!--#include file="../photogallery/ThumbnailFrame. html"-->
</div>
<div
style="position :absolute;overf low:auto;top:0; left:210;height :100%;width:80% ;
">
<center>
<img border="0" src="images/photo1.jpg">
</center>
</div>
clicking on the thumbnail of the first div, the second one should show the
selected one instead of showing the photo1.jpg
BoB
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Comment