border

English [?b?:rd?(r)]

n. ???; ??? ??..., ?? ??...

vt ??? ??..., ??..., ???...

vi. ??,

spacing

? ?? 英 [?spe?s??] 美 [?spes??]

n. ??, ??;

CSS ??? ?? ?? ???

??: border-spacing ??? ??? ?? ??? ??? ??? ?????("??? ??" ????? ???).

??: ? ??? ??? ??? ???? ? ?? ??? ??? ?????. ??? ? ?? ?? ? ? ? ??? ?? ???? ? ??? ?? ?????. border-collapse? ??? ???? ??? ? ??? ?????. ? ??? ????? ????? ???? ?? ??? ?????.?

??: ?? IE ???? ??? ? ??? ???? ????. ?? ?? ????? border-spacing ??? ?????. Internet Explorer 8(??)? !DOCTYPE? ??? ?? ??? ?? ??? ?????.

CSS ??? ?? ?? ?

<!DOCTYPE>
<html>
<head>
<style type="text/css">
table.one 
{
border-collapse: separate;
border-spacing: 10px
}
table.two
{
border-collapse: separate;
border-spacing: 10px 50px
}
</style>
</head>
<body>
<table class="one" border="1">
<tr>
<td>Adams</td>
<td>John</td>
</tr>
<tr>
<td>Bush</td>
<td>George</td>
</tr>
</table>
<br />
<table class="two" border="1">
<tr>
<td>Carter</td>
<td>Thomas</td>
</tr>
<tr>
<td>Gates</td>
<td>Bill</td>
</tr>
</table>
<p><b>注釋:</b>php中文網(wǎng)</p>
</body>
</html>
???? ?? ?

??? ????? ??? "???? ??" ??? ?????