Jump to content
  • 0

Как зафиксировать ячейку таблицы с рисунком


flint2000
 Share

Question

Вот бьюсь 3 дня над такой проблемой. Делаю верстку шаблона, но вся соль в том что диз построен на градиенте и требует создания дополнительных ячеек в таблице, а вот зафиксировать их я не могу. Вернее один раз получилось, как назло комп подвис и все. Навожу код

<style type="text/css">
<!--
.tile_news_inside {
background-color: #E8F0F7;
background-image: url(images/tile_news_inside.gif);
background-repeat: repeat-x;
}

.left_tile_news {

background-image: url(images/left_tile_news.png);
background-repeat: repeat-y;

}
.right_tile_news {

background-image: url(images/right_tile_news.png);
background-repeat: repeat-y;
}

-->
</style>
<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH="100%"><TR>
<TD><IMG HEIGHT=8 SRC="images/ltc_news.gif" WIDTH=8 alt=""></TD>
<TD background="images/top_tile_news.gif" WIDTH="100%"></TD>
<TD><IMG HEIGHT=8 SRC="images/rtc_news.gif" WIDTH="8" alt=""></TD>
</TR><TR>
<TD valign="top"><img src="images/left_side_news.png" width="8" height="206" />Эту ячейку надо зафиксировать на высоту 206 пикселов</TD>
<TD WIDTH="100%" rowspan="2" ALIGN="center" VALIGN="top" class="tile_news_inside">

<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
<TR>


<TD height="18" ALIGN="left" VALIGN="top" background="images/news_head.png"></TR></TABLE>
<p> bnm dcgncbvmnbn</p>
<p>vb,.n,m</p>
<p>.,nb</p>
<p>vbm,bmn,b</p>
<p>cvb,mnmnb</p>
<p>vnmnjhfh</p>
<p>cvjbknjbvcxc</p>
<p> </p>
<p>cvkgfghjm</p>
<p>cvbjknjbhvghcfv</p>
<p>dftghjhfd</p>
</TD>
<TD valign="top"><img src="images/right_side_news.png" width="8" height="206" />Эту ячейку надо зафиксировать на высоту 206 пикселов</TD>
</TR>
<TR>
<TD width="8" height="100%" background="images/left_tile_news.png"> </TD>
<TD width="8" height="100%" background="images/right_tile_news.png"> </TD>
</TR>
<TR>
<TD><IMG HEIGHT=8 SRC="images/lbc_news.gif" WIDTH=8 alt=""></TD>
<TD HEIGHT=8 background="images/bottom_tile_news.png" WIDTH="100%"></TD>
<spacer type="block" WIDTH="100%" HEIGHT="19"><TD><IMG HEIGHT=8 SRC="images/rbc_news.gif" WIDTH=8 alt=""></TD>
</TR></TABLE>

Помогите пожалуйста

Edited by flint2000
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

фиксировать можно:

position:absolute;

top: ...px;

left: ...px;

или:

padding: ...px ...px ...px ...px; - где 1) ...px отступ сверху. 2) отступ справа. 3) отступ снизу. 4) отступ слева.

или:

margin: ...px ...px ...px ...px; - где 1) ...px отступ сверху. 2) отступ справа. 3) отступ снизу. 4) отступ слева.

padding - отступ снутри.

margin - отступ снаружи.

Link to comment
Share on other sites

  • 0
фиксировать можно:

position:absolute;

top: ...px;

left: ...px;

или:

padding: ...px ...px ...px ...px; - где 1) ...px отступ сверху. 2) отступ справа. 3) отступ снизу. 4) отступ слева.

или:

margin: ...px ...px ...px ...px; - где 1) ...px отступ сверху. 2) отступ справа. 3) отступ снизу. 4) отступ слева.

padding - отступ снутри.

margin - отступ снаружи.

Спасибо попробую

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