Hello everybody,

Need help with "the table problem". I have to work with the table layout 
which has the folowing structure:

_______________
   |                      |
   |                      |
   |____________ |
   |                      |
   |                      |
   |                      |
   |                      |
   |                      |
---------------------------

so the code is:

<table>
<tr>
    <td rowspan=2>the left menu</td>
    <td>some top content: banner etc...</td>
</tr>
<tr>
   <td>dynamic main content</td>
</tr>
</table>

The top right cell with some top content (banner etc.) has the fixed size as 
the main cell with dynamic main content. So that when the main cell has long 
content the proportions os the right column is well preserved. But when the 
main cell has a short content the top right banner cell stretches down, so 
all the propostions are messed up. The main content cell has though a min 
height, but apparently not sufficient. The left menu column has an long 
image, so it stretche down and whan left column content is shorter, layout 
gets broken.
How could the table colunm cells height proportions problem be solved.

Thnka in advance.

_________________________________________________________________
Windows Live Messenger sur i-modeĀ™ : dialoguez avec vos amis depuis votre 
mobile comme sur PC ! http://mobile.live.fr/messenger/bouygues/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to