Hi Bruce, thx for the info, but not sure that will work for me.
Please let me give you soem more info on what I am trying to achieve, here's
my code as it currently is.
-------------
<table width="610" cellpadding="0" cellspacing="0" border="1">
<tr>
<td width="304" valign="top"><img
src="http://127.0.0.1/images/spacer.gif" alt="" border="1" width="304"
height="190"></td>
<td width="81" valign="top"
background="http://127.0.0.1/images/gradient.gif" height="100%"><img
alt="image_gradient" src="http://127.0.0.1/images/spacer.gif" border="1"
width="81" height="190" name="gradient_image"></td>
<td width="224" valign="top" rowspan="2" height="100%"><img
src="http://127.0.0.1/images/spacer.gif" alt="" border="1" width="224"
height="300" alt="expandable_image" name="expandable_image"></td>
<td width="1"><img src="http://127.0.0.1/images/spacer.gif" alt=""
border="1" width="1" height="190" /></td>
</tr>
<tr>
<td valign="bottom" width="385" colspan="2" rowspan="2"
height="236"><img src="http://127.0.0.1/images/spacer.gif" alt="" border="1"
width="385" height="236" usemap="#hp_left_btm"
alt="image_to_merge_with_gradient" name="image_to_merge_with_gradient"></td>
<td width="1" height="75"><img
src="http://127.0.0.1/images/spacer.gif" width="1" alt="" border="1"
width="1" height="75" /></td>
</tr>
<tr>
<td valign="bottom" width="225" height="152" colspan="2"><img
src="http://127.0.0.1/images/spacer.gif" border="1" width="225" height="152"
usemap="#hp_right_btm"></td>
</tr>
</table>
-----------
As image 'expandable_image' gets longer, the cell holding
'image_to_merge_with_gradient' is getting longer (as well as the cell
holding 'gradient_image'). What I need is for cell holding 'gradient_image'
to get longer (so it stays in contact with 'image_to_merge_with_gradient')
while 'expandable_image' increases. At the moment bother the cells are
increasing so there si a gap in the gradient image that flows from
'gradient_image' into 'image_to_merge_with_gradient'.
When the 'expandable_image' is smaller it's fine. So my initial solution was
to set height of the td's at 100% but this didn't seem to work.
I have had a look at your css info but cannot understand how I would make
the sizes vaiable and force size on other cells.
Many thanks for your help here, I just thought it might help if I tried to
explain it. (But myabe I haven't done that too well)
Stu
|