Jump to content
  • 0

Проблема со свойством overflow - в IE+Opera идет, в Firefox - нет


waldicom
 Share

Question

Добрый день.

Такой вопрос: есть страничка (сильно упрощенный код ниже), поделена на три больших

. Середина должна скролиться, если сожержимое уходит ниже. Проблема в том, что в Internet Explorer и Opera работает, а в Firefox нет.

Поиск по форуму дал много результатов, но именно зависимость от браузера - такого не нашел.

Модет кто поможет идеей?

Спасибо.

Код:

............
<table width="100%" cellspacing="0" cellpadding="0" summary="" style="height: 100%;">
<tbody>
..........
<tr>
<td width="14%" style="vertical-align: top; background-color: rgb(228, 250, 255);">
МЕНЮ
</td>

<!-- эта часть не скролится в firefox -->
<td width="72%" style="overflow: auto; vertical-align: top;">
<div style="border: 1px inset Gray; padding: 10px; overflow: auto; height: 100%; background-image: url(/interface/layout/dots_grey_back.gif);">
<table summary="" style="overflow: auto; margin-bottom: 5px; width: 100%;">
</table>
<center>
<table width="100%" cellspacing="0" cellpadding="0" border="0" summary="" style="overflow: auto; margin-bottom: 5px;">
<tbody>
<tr>
КОНТЕНТ
</tr>
</tbody>
</table>
</center>
</div>
</td>

<td width="14%" style="vertical-align: top; background-color: rgb(228, 250, 255);">
КОНТАКТЫ
</td>
</tr>
</tbody>
</table>

Link to comment
Share on other sites

1 answer 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