Jump to content
  • 0

Таблицы едут


EnergY2007
 Share

Question

Помогите пожалуйста вот сайт: http://sportanalytic.com. При увеличении какой-то из ячеек таблицы все начинает ехать. Например так: http://sportanalytic.com/?category=press&a..._ostannogo_turu, все справа расстянулось. Как сделать так чтобы ячейки не реагировали на размеры других и оставались постоянного размера. Вот код таблицы:

 <table width="1000" border="1">
<tr>
<td width="500" height="400"><?php
echo LastNews2(1, false, 14, 100,185);
?></td>
<td width="10"> </td>
<td width="240">{ads2}</td>
<td width="10"> </td>
<td width="240">{ads}</td>
</tr>
<tr>
<td colspan="3" rowspan="14">{mainblock}</td>
<td width="10" rowspan="14"> </td>
<td width="240" height="25" bgcolor="#000000"><font color="#FFFFFF"> <b>ШВИДКИЙ ПОШУК</b></font></td>
</tr>
<tr>
<td width="240" bgcolor="#e4eaed">{search_form}
{personal_menu}</td>
</tr>
<tr>
<td width="240" height="25" bgcolor="#000000"><a href="http://sportanalytic.com/?category=press"><font color="#FFFFFF"><b>ОГЛЯД ПРЕСИ</b></font><a></td>
</tr>
<tr>
<td width="240" bgcolor="#e4eaed"><?php
echo LastNews(5, false, 9, 50,100);
?></td>
</tr>
<tr>
<td width="240" height="25" bgcolor="#000000"><a href="http://sportanalytic.com/?category=intervyu"><font color="#FFFFFF"><b>?НТЕРВ'Ю</b></font></td>
</tr>
<tr>
<td bgcolor="#e4eaed"><?php
echo LastNews(5, false, 15, 50,100);
?></td>
</tr>
<tr>
<td width="240" height="25" bgcolor="#000000"><font color="#FFFFFF"><b>ТОП СТАТЕЙ</b></font></td>
</tr>
<tr>
<td bgcolor="#e4eaed" class="mw_links2">{popular}</td>
</tr>
<tr>
<td width="240" height="25" bgcolor="#000000"><font color="#FFFFFF"><b>ОСТАНН? КОММЕНТАР?</b></font></td>
</tr>
<tr>
<td bgcolor="#e4eaed" class="mw_links2">{lastcomments}</td>
</tr>
<tr>
<td width="240" height="25" bgcolor="#000000"><font color="#FFFFFF"><b>ОПИТУВАННЯ</b></font></td>
</tr>
<tr>
<td bgcolor="#e4eaed">{voting}</td>
</tr>
<tr>
<td width="240" height="25" bgcolor="#000000"><font color="#FFFFFF"><b>НАШ? ПАРТНЕРИ</b></font></td>
</tr>
<tr>
<td bgcolor="#e4eaed"><? include"banner/partnery.php";?></td>
</tr>
</table>

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Вообще, если по сути вопроса, а не как проще..

Заданная фиксированно ширина ячеек не читается из-за наличия colspan'a.

Меня в таких случаях спасает использование тега

.

:)

какая ширина? какой колспан? Они по высоте едут!

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