The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Image gallery using table
uxk8396
post Oct 29 2008, 09:30 PM
Post #1


Novice
**

Group: Members
Posts: 26
Joined: 11-September 08
Member No.: 6,650



Hi,
I am making an image gallery using table. There is a row of 3 thumbnails below the big main image table
I want to click on each thumbnail so that the big image pops up in the larger area table above.
I am not sure how to link each thumbnail so that it will be viewable as a larger image at the top.

I created a big picture page.html for each bigger version image, but this is too much work and they would not show on the same page as the thumbnail images.
Please advise. smile.gif

QUOTE

<div id="middleTop">

<table width="456" height="300" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td width="392" height="124" align="center"><div align="center"> <img src="images/picture" /></a></div></td>

</tr>
</table>
<div id="middle">

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130"><div align="center"><a href="bigPicPage10.html"><img src="images/sm_10.jpg" /></a></div></td>
<td width="130"><div align="center"><a href="bigPicPage11.html"><img src="images/sm_11.jpg" /></a></div></td>
<td width="130"><div align="center"><a href="bigPicPage12.html"><img src="images/sm_12.jpg" /></a></div></td>
</tr>
</table>
</div>

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Oct 29 2008, 11:15 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE
I created a big picture page.html for each bigger version image, but this is too much work
There are ways to automate the process.
QUOTE
and they would not show on the same page as the thumbnail images.
You can generate big picture page.html documents that include the linked thumbnail images. It isn't fancy, but my photo gallery uses this approach.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Oct 30 2008, 04:59 AM
Post #3


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



You could also take a look at the many exemples at http://www.cssplay.co.uk/menu/.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 03:10 PM