Jump to content
  • 0

Проблема с растягиванием


RHCPFanat
 Share

Question

Здравствуйте, подскажите пожалуйста, проблема в следующем: в ячейке слева находится таблица в ней 5 ячеек, в FF эта таблица растягивается вниз до конца основной большой таблицы, в IE и Opere эта таблица не хочет растягиваться, подскажите, как исправить код, чтобы в IE и Opere эта таблица также растягивалась вниз. В CSS описаны только границы ячеек и их фон. Вот ссылка на сайт:Моя первая страничка

Вот код:

<table width="699" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="79" colspan="2" valign="top" class="m1">< </td>
</tr>
<tr>
<td width="30%" height="100%" rowspan="2" valign="top"><table cellspacing="0" width="100%" height="100%" border="0">
<tr>
<td width="203" height="50" valign="middle" class="contentstyle3"><h1 align="center">RHCP</h1></td>
</tr>
<tr>
<td height="50" valign="middle" class="contentstyle3"><p>KJHKJhfkjdhhjfjsjfh</p></td>
</tr>
<tr>
<td height="50" valign="middle" class="contentstyle"><p>dhdlkh;ldk;lhdk;l</p></td>
</tr>
<tr>
<td height="50" valign="middle" class="contentstyle3"><p>lkhjdjfihjoidjhoidjoihjs</p></td>
</tr>
<tr>
<td valign="top" class="contentstyle2"><p>hdfhdhdhdhd</p></td>
</tr>
</table></td>
<td width="490" height="65" valign="top" class="m1">gdgd </td>
</tr>
<tr>
<td height="219" valign="top" class="contentstyle2"><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>7575</p>
<p> </p>
<p>а</p>
<p>sfsfs</p>
<p> </p>
<p> </p>
<p>gdgdgd</p></td>
</tr>
<tr>
<td height="34" colspan="2" valign="top" class="m1"> </td>
</tr>
</table>

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

у меня FF и IE7 видят нормально, не отображает только опера.

Исправляется элементарно:

в самую первую таблицу добавьте высоту 100%, т.е.

<table width="699" height="100%" border="0" cellpadding="0" cellspacing="0">

Link to comment
Share on other sites

  • 0
у меня FF и IE7 видят нормально, не отображает только опера.

Исправляется элементарно:

в самую первую таблицу добавьте высоту 100%, т.е.

<table width="699" height="100%" border="0" cellpadding="0" cellspacing="0">

Добавил height="100%" , но все равно IE 6 и Opera 9 не растягивают таблицу

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