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!