リストの上の余白をなくす

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

ポイント ul { margin-top:0px; }
説  明 リストの上の空白/余白をなくすには上のマージンを0ピクセルにします。
サンプル <html>
<head>
<title>リストの上の余白をなくす</title>
<style type="text/css"><!--
ul { margin-top:0px; }
--></style>
</head>
<body>
【リストの上の余白をなくす】
<ul>
<li>いちご</li>
<li>みかん</li>
<li>りんご</li>
</ul>
</body>
</html>
補足説明 Opera 6以降でも動作します。

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