Jump to content
  • 0

HTML5 CSS Таблица. Расстояние между ячейками


Samenfaden
 Share

Question

здравствуйте. не смог в справочниках найти и методом тыка догнать, как делать расстояние между строк в таблице больше/меньше? cellspacing вроде тыкал уже не зная куда..че то не увидел результата. И можно ли это задавать в CSS?..или только в хтмл коде непосредственно на странице?

tablejpg_8486584_2433670.jpg

Сам код таблицы:

<table class="price">
<col class=""/>
<colgroup span="2"></colgroup>
<col class=""/>

<thead>
<tr>
<th colspan="2" scope="colgroup" background="/img/table_greenbar.png";><a href="" title="">Заголовок</a></th>
</tr>
</thead>

<tbody class="price">
<tr>
<td colspan="2" scope="colgroup"></th>
</tr>

<tr class="price">
<td class="left">Пункт</td>
<td class="right">1</td>
</tr>

<tr>
<td class="left">Пункт</td>
<td class="right">2</td>
</tr>

<tr>
<td class="left">Пункт</td>
<td class="right">3</td>
</tr>


</tr>
</tbody>
</table>

код CSS:

.price {

}

.price table {
width: 668px;
margin-bottom: 30px;

border: 0px solid;

}


.price th {
width: 668px;
height: 29px;
text-align: left;
padding-left: 10px;


border: 0px solid;
border-color: #000;
}

.price td.left {
width: 350px;
height: 25px;
padding-left: 10px;

border: 0px solid;
border-color: #000;
background: #ccc;
}

.price td.right {
width: 294px;

text-align: center;
font-weight: bold;
color: #666;

border: 0px solid;
background: #ccc;
}

.price th a {
font-size: 10pt;
font-family: Verdana, Tahoma, sans-serif;
color: #fff;
text-decoration: none;
}

.price th a:hover {

text-decoration: underline;
}

Edited by Samenfaden
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

psywalker, вообще-то он изначально этого и добился с помощью этих пустых строк, а задал вопрос как сделать на hmtl

(смотри его картинку, вверх самый)

Т.е. вот это по твоему называется "Он делал"?

<td colspan="2" scope="colgroup"></th>

Link to comment
Share on other sites

  • 0

psywalker, вообще-то он изначально этого и добился с помощью этих пустых строк, а задал вопрос как сделать на hmtl

(смотри его картинку, вверх самый)

Т.е. вот это по твоему называется "Он делал"?

<td colspan="2" scope="colgroup"></th>

:rofl:

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