Jump to content
  • 0

Проблема с IE


_ZheKA_
 Share

Question

Помогите решить проблему с отображением таблицы в Internet Explorer.

Вот как выглядит моя таблица с данными в IE:

a2d3bd93838e.jpg

А вот как в остальных браузерах:

e832651f1cf6.jpg

Как можно решить проблему, чтобы правильно отображались эти строки:

daa68c9e61bf.jpg

Код таблицы:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" align="left" valign="middle" class="toptitle"><a class="ltoptitle" href="$ENTRY_URL$">$TITLE$</a> <?if($MODER_PANEL$)?>$MODER_PANEL$<?endif?></td>
</tr>
<tr>
<td width="156" rowspan="5" align="center" valign="top" class="fileposter"><img src="$SCREEN_URL$" alt="постер" width="150" border="0" title="$TITLE$" /></td>
<td width="802" align="left" class="filedetail"><strong>Разрешение:</strong> $AUTHOR_NAME$</td>
</tr>
<tr>
<td align="left" class="filedetail"><strong>Добавил:</strong> <a href="$PROFILE_URL$">$USERNAME$</a></td>
</tr>
<tr>
<td align="left" class="filedetail"><strong>Размер:</strong> $FILE_SIZE$</td>
</tr>
<tr>
<td align="left" class="filedetail"><strong>Платформа:</strong> <?if($SECTION_NAME$='Java игры')?>Java<?else?>Symbian 9.x<?endif?></td>
</tr>
<tr>
<td valign="top" class="filedescr">$MESSAGE$</td>
</tr>
<tr>
<td colspan="2" class="bottominfo"><a class="lbottominfo" href="$FILE_URL$">Скачать приложение</a> | Скачиваний: $LOADS$ | Рейтинг: $RATED$ | Коментариев: $COMMENTS_NUM$</td>
</tr>
</table>

Классы в CSS:

.toptitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CCCCCC;
background-image:url(../img/toptitle.jpg);
background-color: #303030;
height: 15px;
padding: 5px;
border:1px solid #CCCCCC;
}


.fileposter {
background-color: #FFFFFF;
padding: 1px;
border:1px solid #CCCCCC;
}


.filedetail {
background-color: #F0F0F0;
border-bottom: 1px dotted #CCCCCC;
border-right: 1px solid #CCCCCC;
padding: 2px;
}


.filedescr {
background-color: #FFFFFF;
padding: 2px;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
margin:0px;
}

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
<td width="156" rowspan="5" align="center" valign="top" class="fileposter"><img src="$SCREEN_URL$" alt="постер"  border="0" title="$TITLE$" /></td>

при задании только width, высота вычисляется автоматически (и наборот). проблема в ширине img. при отсутствии картинки, ие 6-7 определяют высоту в зависимости от ширины, другие браузеры устанавливают фиксированное значение. в данном случае высота ячейки с img влияет на остальные.

Edited by MehOlOLBuC
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