Jump to content
  • 0

проблемы с ie


Тиар
 Share

Question

привет. помогите плз

2 вопроса.

1. в таблице бэкграунд прижимается тэгом background-position: right bottom. в опере все нормально, а в ie есть отступ снизу на один пиксель. как исправить?

2. в ie таблица растягивается на 100% в высоту, хотя это нигде не указао. от этого очень большие отступы между строками. как исправить?

и для всех браузеров. почему так теряется качество рисунка? обрезаю в ps закладку, ставлю ее в страницу - выгядит намного тусклее чем в макете. почему?

Edited by Тиар
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Помогаем... Первые две проблемы связаны с тем, что написано в коде вашей страницы :) Помогло? :P

А тусклость рисунка может быть связана с параметрами сжатия. В какой формат вы сохраняете рисунки?

Link to comment
Share on other sites

  • 0

2 Searcher: как ни странно да:)

но все же вопросы остались

вот такой код:

<table class="kat" border="0">
<tr>
<td rowspan="3" valign="top"><img src="tcamry.jpg">
</td>
<td class="h">Toyota Camry</td>
<td class="next"><a href="#" class="green">далее</a></td>
</tr>
<tr>
<td rowspan="2" colspan="2"> текст текст текст текст </td>
</tr>
</table>

и css

table.kat {
width: 100%;
font-family: Tahoma;
color: #000000;
font-size: 12px;
padding-left: 7px;
text-align: top;
}
td.h {
font-family: Tahoma;
color: #000000;
font-size: 18px;
font-weight: bold;
}
td.next {
width: 50px;
background-color: #0b4848;
text-align: center;
margin: 0px;
}

а теперь собственно вопрос. как сделать чтобы работал width: 50px в ячейке со словом "далее"????

Edited by Тиар
Link to comment
Share on other sites

  • 0

у тебя неправильно составлен код HTML.

нужно написать вот так:

<table class="kat" border="0">
<tr>
<td rowspan="2" valign="top"><img src="tcamry.jpg">
</td>
<td class="h">Toyota Camry</td>
<td class="next"><a href="#" class="green">далее</a></td>
</tr>
<tr>
<td colspan="2"> текст текст текст текст </td>
</tr>
</table>

width: 50px в ячейке со словом "далее" работает как надо

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