2 options spring to mind:
 
(1) give the div margin-top to push it to the bottom. This way, even if the 
above content expands, the div *should* still appear at the bottom of the table 
cell
 
(2) Rowspan the other two cells and split the third (containing the div) into 
two rows eg:


 -----------------------------------------------------------
|                 |                     |                               |
|                       |                       | cell 3                        
|
|                       |                       |                               
|
| cell 1                | cell 2                |                               
|
| (rowspan = 2) | (rowspan = 2) |                               |
|                       |                       |                               
|
|                       |                       |-----------------------
|                       |                       | cell 4                        
|
|                       |                       |(vert-align: bottom)   |
|                       |                       |(contains div)         |
 -----------------------------------------------------------

Paul
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to