Jump to content
  • 0

Выравнивание ячейки по высоте


okunev2
 Share

Question

10 answers to this question

Recommended Posts

  • 0

Здравствуйте! Мне кажется я понял автора )) поскольку у меня подобная проблема, попытаюсь объяснить понятно.

Итак, приведу пример

<tr>
<td style="background-image: url(images/main_bg.jpg); repeat:repeat-y; width:829px; height:52px; " />
<!-- тут много много всего -->
</td>
</tr>
<tr>
<td style=" background-image: url(images/main_footer.jpg); repeat:no-repeat; width:829px; height:218px; " />
</td>
</tr>

значит в первой строке отображается вся основная информация, и высота е? неизвестна заранее, НО она должно точно "состыковаться" с фоном в нижней строке, а сейчас получается что накладываются то по середине то ещ? как .. главное в том что криво.

Фоны.

основной:

mainbgsa6.th.jpg

нижний:

mainfooterep5.th.jpg

Как получается "стык", что собственнно надо исправить :

00ml4.jpg

или так

01ku3.jpg

Заранее спасибо всем откликнувшимся

Link to comment
Share on other sites

  • 0

а как быть если надо "состыковать" три фона ?

например верхний и нижний фиксированные и не повторяются, а в центре повторяется и если background-position в top или bottom то правильно выглядеть будет ЛИБО вверху либо внизу соответственно.

как быть ?

Link to comment
Share on other sites

  • 0

немного не понял к чему этот repeat применить

вот привожу пример:

<tr>
<td style=" background-image: url(images/main_top.jpg); repeat:no-repeat; width:829px; height:18px; background-position:bottom; " />
</td>
</tr>

<tr>
<td style="background-image: url(images/main_bg.jpg); repeat:repeat-y; width:829px; height:52px; background-position:top; " />
<!-- тут много много всего -->
</td>
</tr>
<tr>
<td style=" background-image: url(images/main_footer.jpg); repeat:no-repeat; width:829px; height:218px; background-position:top; " />
</td>
</tr>

вот и если в центральной строке background-position:top; то не стыкуется внизу если background-position:bottom; то не стыкуется с верхней строкой.

Можно ли сделать чтобы и там и там ?

Подскажите Пожалуйста!

p.s. пробовал !important у высоты и repeat'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