Jump to content
  • 0

div с фиксированной высотой внутри ячейки


graf
 Share

Question

Пытаюсь создать таблицу, в которой высота ячейки фиксированная вне зависимости от контента,

Для достижения эффекта заворачиваю внутри каждой ячейки div с фиксированной высотой. По идее все что внутри дива должно обрезаться, и на высоту ячейки никак не влиять,

и тем не менее почему-то высота ячейки меняется в зависимости от контента внутри дива. Проверял в IE FF и Chrome.

Нигде не могу найти обьяснения почему так происходит.


<tr style="display: table-row;">
<td style="height: 24px; min-height: 24px; max-height: 24px; overflow: hidden;">
<div class="ecl-grid-cell-inner ecl-border-box" style="overflow: hidden; position: relative; height: 24px; max-height: 24px;">AB2 </div>
</td>
<td style="height: 24px; min-height: 24px; max-height: 24px; overflow: hidden;">
<div class="ecl-grid-cell-inner ecl-border-box" style="overflow: hidden; position: relative; height: 24px; max-height: 24px;"> </div>
</td>
<td style="height: 24px; min-height: 24px; max-height: 24px; overflow: hidden;">
<div class="ecl-grid-cell-inner ecl-border-box" style="overflow: hidden; position: relative; height: 24px; max-height: 24px;">null</div>
</td>
<td style="height: 24px; min-height: 24px; max-height: 24px; overflow: hidden;">
<div class="ecl-grid-cell-inner ecl-border-box" style="overflow: hidden; position: relative; height: 24px; max-height: 24px;">
 <button class="defaultButton ecl-border-box" data-submitbutton="false">My button</button>
</div>
</td>
</tr>

Edited by graf
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

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