Jump to content
  • 0

почему не работает border-spacing?


DivMan
 Share

Question

почему не работает border-spacing???? расстояние не появляется

между свойство и цель

border-spacing в конце стилей

http://jsfiddle.net/hWmC2/


<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Пример CSS</title>
<style type="text/css">
table{
background-color:#efefef;
width:350px;
border-style:solid;
border-width:1px;
border-color:#999999;
font-family:arial, verdana, sans-serif;
}
caption{
font-weight:bold;
text-align:center;
border-style:solid;
border-width:1px;
border-color:#666666;
color:#666666;
}
th{
height:50px;
font-weight:bold;
text-align:left;
background-color:#cccccc;
}
td, th{
padding:5px;
}
td.code{
width:150px;
font-family:courier, courier-new, serif;
font-weight:bold;
text-align:right;
vertical-align:top;
}
th{
border-spacing:2px; 4px;
}
</style>
</head>
<body>
<table>
<caption>Свойства шрифта</caption>
<tr>
<th>Свойство</th>
<th>Цель</th>
</tr>
<tr>
<td class="code">font-family</td>
<td>Указывает примененный шрифт</td>
</tr>
<tr>
<td class="code">font-size</td>
<td>Указывает размер использованного шрифта.</td>
</tr>
<tr>
<td class="code">font-style</td>
<td>Указывает, должен ли шрифт быть обычным, курсивным или наклонныи.</td>
</tr>
<tr>
<td class="code">font-weight</td>
<td>Указывает, должен ли шрифт быть обычным, жирным или тоньше.</td>
</tr>

</table>


</body>
</html>

Edited by DivMan
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Пока только надумал одно решение:

Указать всей таблице это свойство:

table {

border-spacing: 10px

}

ну как бэ вроде оно так и делается: http://htmlbook.ru/css/border-spacing

Ну так человек хотел к tr заюзать.

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