[新着] Webテンプレートを仮オープンしました
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>テスト</title>
<style type="text/css">
#wrap {
overflow: hidden;
width: 800px; /* IE は width 指定がないと現象が発生しない */
}
#left-column {
border: 1px solid blue;
float: left;
width: 165px;
}
#middle-column {
border: 1px solid red;
float: left;
width: 570px;
/* MacIE5 用のフィルタ? */
padding-bottom: 30000px;
margin-bottom: -30000px;
}
#footer {
border: 1px solid green;
clear: both;
}
</style>
</head>
<body>
<div id="wrap">
<div id="left-column">
<ul>
<li><a href="#aromatoha">アロマテラピーとは</a></li>
</ul>
</div>
<div id="middle-column">
<p style="height: 1000px; ">↓↓隙間を大きく取ってます↓↓</p>
<h2 id="aromatoha">アロマテラピーとは</h2>
<p>アロマテラピーとは,……。</p>
</div>
<div id="footer">
<address>Copyright 2006</address>
</div>
</div>
</body>
</html>