html >> possible to target dynamic content to a table cell?

by edbuck » Sat, 21 Jan 2006 22:49:25 GMT

I'm in proof of concept mode.

I've set up a small table with two rows and two columns.
Column 1 shows a thumbnail image in each cell.
Column 2 spans both rows and is intended to show enlarged versions of the
images in column 1.

What I'd like to happen is for the image in the large table cell (column 2) to
update as I mouseover the thumbnails in column 1.

DW's 'Swap Image' script, well, swaps the image just fime, but only targets
the cell the mouseover is in. Can I redirect the swap target?

In a more general sense, is there a way to specify dynamic content to a table
cell? Can I put some 'container' within the cell and write to that?

Thanks!




Similar Threads

1. Possible to align contents in the target? - Adobe Dreamweaver

2. Targeting Content to a Layout Cell

I have built a page using a layout table with a number of layout cells.  Now, I 
need to target some content (from a link in one of the cells) into a specific 
cell.

 I know how to target target a frame...but need to target a layout cell instead!

3. Aligning content in table cell to top of cell

4. Link target - table cell

I'm looking for a way that I can target a link to load an swf or an htm with an 
swf on it into a table cell. Is it possible? The link is located in one cell 
and the target is located in another cell within the same table. How about 
within two separate tables on the same page? Any way to do this? And if not, 
outside of using frames, what would be the next best way to go about loading a 
link onto the same page? Thanks in advance!

 Earl Kent

5. Targeting a Cell within a table - Adobe Dreamweaver

6. dual alignment of table cell content

consider a one-row, two-column table. the right column is very long with
text content. the left column is used for navigation links.

i aligned the links with the top of the column so that they are visible when
the page loads. i would like to repeat the links aligned at the bottom of
the same column as a convenience for readers who paged down to the end of
the text.

here's a picture--can it be done? i am using html4+css1.

-------------------
- links     - text
-             - text
-             - text
- links     - text
-------------------

placing the bottom links in a second row forces their top to align below the
last line of text, which is all one row. i would actually like to align the
bottom of those links with the bottom of the text as shown above.

i created the links as an embedded, one-row-one-column table with spacing
set to make them look like colorful buttons. this is not critical.

t.i.a.


7. Vertical alignment of table cell contents in FireFox

8. table/cell contents postioning question?

Hello,

I have a table like the one below and use JavaScrip to change the
contents of the 1st and 3rd cells in the first row.


<table>

<tr>
<td width = "20%" valign="top">varying number of words</td>
<td width = "60%" align="center" valign="top">image</td>
<td width = "20%" valign="top">varying number of words</td>
</tr>

<tr>
<td colspan="3" align="center" valign="top">a button</td>
</tr>

</table>

At the moment the position of the button moves as the number of words
changes in the cells above.

Is it possible to keep the position of the button the same relative to
the words and image above?

Cheers

Geoff