文字の間隔を指定する

動作ブラウザ 【 IE:3.0  NN:4.0】 ■CSSバージョン【1】
Internet Explorer Netscape Navigator iCab
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.x 6.0 7.0 2.x
Windows - × × -
Macintosh × - - × ×
UNIX - - - - - - × × -

ポイント .tm { letter-spacing:10pt; }
説  明 文字の間隔を指定するにはletter-spacingを使います。
サンプル <html>
<head>
<title>文字間隔を指定する</title>
<style type="text/css"><!--
.tm { letter-spacing:10pt; }
--></style>
</head>
<body>
<p class="tm">ここは文字間隔が広くなります。</p>
<p>ここの文字間隔が標準状態です。</p>
</body>
</html>
補足説明 なし

■サンプルを実行する >>実行
■各ブラウザでの動作結果を見る >>View!