Jump to content
  • 0

Помогите с таблицей


bu-3
 Share

Question

Вставил в <td> картинку - появились отступы где-то в 10px. Прижимается к левому краю, с помощью vertical-align:bottom; прижал к низу, а как быть с верхом?

Причём высота у td задана.

Код HTML:

<tr>

<td height="120" width="auto" colspan="3" class="footer">

<div align="left">

<img src="img-hair/bg_footer.jpg">

</div>

</td>

</tr>

И CSS:

.footer{

position:fixed bottom;

background-image:url(img-hair/bg_footer.jpg);

background-repeat:no-repeat;

background-position:bottom right;

margin:0px;

padding:0px;

vertical-align:bottom;

}

Очень нужна помощь. И как можно скорее.

Edited by bu-3
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

ну это естественно...размер одинаковый...если ставить больше, то естественно появляется промежуток. А ставишь меньше - так изображение не даёт ячейке уменьшиться....Голову ломаю..

Link to comment
Share on other sites

  • 0

.

Цитата(psywalker @ 22.2.2010, 21:52)

1) http://forum.htmlbook.ru/index.php?showtopic=13589

2) http://htmlbook.ru/css/border-collapse.html

И вопрос

Что этот делает <div align="left">? Какие стили весят на нём?

Прошёл по линкам - не помогает.

И не понял вопрос. Что значит какие стили весят?

Edited by bu-3
Link to comment
Share on other sites

  • 0

нет, конечно)

Я же написал: <td height="120" width="auto" colspan="3" class="footer">

А css:

.footer{

position:fixed bottom;

background-image:url(img-hair/bg_footer.jpg);

background-repeat:no-repeat;

background-position:bottom right;

margin:0px;

padding:0px;

vertical-align:bottom;

}

Просто class привязал к td.

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