|---------------------------|
|..1.|...............................|
|....|...............................|
|---|...............................|
|.2..|...............................|
|.....|...............................|
|---|...............................|
|..3.|...............................|
|.....|...............................|
|---------------------------|
Gdzie pogrubione to boki tabeli.
I chciałbym, aby wraz ze wzrostem wysokości tabeli nr 4 (np poprzez dodanie tekst) zmieniała się tylko wysokość tabelki nr 2, a 3 i 1 pozostawały w tej samej. Czy jest to mozliwe? Jeśli tak to co trzeba zastosować?
Jakby co tutaj kod strony od znacznika body:
<body style="background-color: #000000; background-image: url('background.png'); background-repeat: repeat-x"> <center> <!-- Nagłówek --> <table width="1000px" height="63px" cellspacing="0" cellpadding="0"> <tr> <td id="naglowek"> </td> </tr> </table> <!-- Logo --> <table width="1000px" height="250px" cellspacing="0" cellpadding="0"> <tr> <td id="logo"> </td> </tr> </table> <!-- top --> <table width="1000px" height="34px" cellspacing="0" cellpadding="0"> <tr> <td id="top"> </td> </tr> </table> <!-- Tresc --> <table width="1000px" style="height: 520px" cellspacing="0" cellpadding="0"> <tr> <td id="left"style="width: 50px"> </td> <td style="width: 614px" rowspan="3" id="tresc"> </td> <td id="menu_up_left" style="width: 25px; height: 230px;"> </td> <td id="menu_in" style="width: 228px; height: 230px;" > </td> <td id="menu_up_right" style="width: 33px; height: 230px;"> </td> <td id="right"style="width: 50px"> </td> </tr> <tr> <td id="left_full"style="width: 50px; height: 20px;"> </td> <td id="menu_middle_left" style="width: 25px; height: 185px;"> </td> <td id="menu_in" style="width: 33px; height: 20px;"> </td> <td id="menu_middle_right"style="width: 33px"> </td> <td id="right_full"style="width: 50px"> </td> </tr> <tr> <td id="left_full"style="width: 50px; height: 105px;"> </td> <td id="menu_bottom_left" style="height: 105px"> </td> <td style="height: 105px" > </td> <td id="menu_bottom_right"style="height: 105px; width: 33px;" > </td> <td id="right_full"style="width: 50px; height: 105px;"> </td> </tr> </table> <!-- stopka --> <table width="1000px" height="86px" cellspacing="0" cellpadding="0"> <tr> <td id="stopka"> </td> </tr> </table> </center> </body>