View Full Version : Please Help!
ragol_67
09-28-2002, 04:11 PM
Please look at this link and could someone please tell me how I would make a table like the one on the right hand side at the top?
THIS TABLE
(New release,Coming soon,Top Rated)
Example: Click on a link and the information in the table changes.
http://www.ebgames.com/ebx/categories/homepages/xbox/
Bosko
09-28-2002, 04:17 PM
Read the Posting Guidelines (http://www.codingforums.com/postguide.htm) first,this title is just stupid.
Nightfire
09-28-2002, 04:38 PM
Just do a table and put 3 images in the top row
<table cellpadding="0" cellspacing="0" border="0" width="170">
<tr>
<td><img src="image1"><img src="image2"><img src="image3"></td>
</tr>
<tr>
<td>blah blah</td>
</tr>
<tr>
<td>blah blah</td>
</tr>
</table>
ragol_67
09-29-2002, 01:00 AM
Thanks for the NightFire!
But that isn't completly what I was looking for.
I want the links underneath to go all the way across the Table. In that example the text underneath picture number 1 would only be in the column for picture number 1. Same with the other pictures and their columns.
ragol_67
09-29-2002, 02:32 AM
Okay, I made the table the way "NightFire" told me too, and it works out.
But how do I make it so when I click on the image at the top it displays (text 1) in the table, then when I click on the other image at the top, it displays (text 2) in the table?
redhead
09-29-2002, 01:55 PM
for that you would need to do one of the following:
[list=a]
change the contents of a <div> with JavaScript
show/hide a <div>
use an <iframe> inside the cells and store the info on differant pages
[/list=a]
:cool:
ragol_67
09-29-2002, 05:51 PM
Can I see an example please?
starglow
09-29-2002, 06:39 PM
Originally posted by ragol_67
Can I see an example please?
my site at www.justanotherdaynow.com uses iframes, kinda the way you're asking but a bit different. have a look through the source to see how I did it
Alex Vincent
10-01-2002, 03:08 AM
I've just posted a helpful reply in the other thread ragol_67 started on this in the XML forum (for which I've already left him a love letter -- mods please leave this thread open, and close the one I moved here).
http://www.codingforums.com/showthread.php?s=&threadid=7043
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.