Jump to content
  • 0

Растягивание центральной колонки в таблице


parfeon
 Share

Question

Добрый день! Искал на форуме не нашел.

Суть в следующем Есть таблица в ней 5 колонок, необходимо чтобы центральная растягивалась а 4 остальные нет ( у них фиксированная величина)

Ситуация усложнена тем что всего 4 строки и 2 с третьей объединены.

td#t_1{ width:141px; height:113px;}
td#t_2{ width:106px; height:113px;}
td#t_3{ width:auto; height:113px;}
td#t_4{ width:106px; height:113px;}
td#t_5{ width:141px; height:113px;}

td#m_1{ width:124px; height:71px;}
td#m_2{ height:71px;}
td#m_3{ width:124px; height:71px;}
td#m_4{ width:106px; }
td#m_5{ width:106px; }


td#b_1{ width:141px; height:145px;}
td#b_2{ width:106px; height:145px;}
td#b_3{ height:145px;}
td#b_4{ width:106px; height:145px;}
td#b_5{ width:141px; height:145px;}

  <table width=100% border="2px">
<tr>
<td id="t_1">T1</td>
<td id="t_2">T2</td>
<td id="t_3">T3</td>
<td id="t_4">T4</td>
<td id="t_5">T5</td>
</tr>
<tr>
<td id="m_1">M1</td>
<td id="m_2" rowspan="2" colspan="3"></td>
<td id="m_3">M3</td>
</tr>
<tr>
<td id="m_4">M4</td>
<td id="m_5">M5</td>
</tr>
<tr>
<td id="b_1">B1</td>
<td id="b_2">B2</td>
<td id="b_3">B3</td>
<td id="b_4">B4</td>
<td id="b_5">B5</td>
</tr>
</table>

В Мозиле все нормально а в Ие нифига.

Помогите пожалуйсто

Заранее спасибо

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
В Мозиле все нормально а в Ие нифига.

Помогите пожалуйсто

Для начала покажи что тебе нужно получить. В ИЕ это известный баг, лечения особо нет. Может помочь указание тянущейся ячейки width: 100%

Link to comment
Share on other sites

  • 0
Для начала покажи что тебе нужно получить. В ИЕ это известный баг, лечения особо нет. Может помочь указание тянущейся ячейки width: 100%

Про баг уже нашел, 100% не поможет пришлось делать 3 таблицы вместо одной

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy