[新着] Webテンプレートを仮オープンしました
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<style type="text/css">
<!--
.main {
margin:0px;
border:1px #2b2b2b solid;
border-collapse: collapse;
font-weight:bold;
}
.main td {
padding:5px;
border:1px #2b2b2b solid;
}
.left {
background-color:#66bb66;
}
.right {
background-color:#bbbbbb;
}
-->
</style>
</head>
<body>
<table class="main">
<tr>
<td rowspan="2" class="left">左左左左</td>
<td rowspan="2">○○</td>
<td>10</td>
<td>△△</td>
<td>30</td>
<td rowspan="2">××</td>
<td rowspan="2" class="right">右右右右</td>
</tr>
<tr>
<td>20</td>
<td>□□</td>
<td>40</td>
</tr>
</table>
</body>
</html><div style="width:350px;height:50px;border:1px #2b2b2b solid;"> <div style="width:78px;height:50px;background-color:#66bb66;border-right:1px #2b2b2b solid;float:left;">左左左左</div> <div style="width:44px;height:50px;border-right:1px #2b2b2b solid;float:left;">○○</div> <div style="width:28px;height:50px;border-right:1px #2b2b2b solid;float:left;"> <div style="height:24px;border-bottom:1px #2b2b2b solid;">10</div> <div>20</div> </div> <div style="width:44px;height:50px;border-right:1px #2b2b2b solid;float:left;"> <div style="height:24px;border-bottom:1px #2b2b2b solid;">△△</div> <div>□□</div> </div> <div style="width:28px;height:50px;border-right:1px #2b2b2b solid;float:left;"> <div style="height:24px;border-bottom:1px #2b2b2b solid;">30</div> <div>40</div> </div> <div style="width:44px;height:50px;border-right:1px #2b2b2b solid;float:left;">××</div> <div style="width:78px;height:50px;background-color:#bbbbbb;float:left;">右右右右</div> </div>
<dl> <dt>左左左左</dt> <dd>○○</dd> <dd>10 - △△</dd> <dd>20 - □□</dd> <dt>右右右右</dt> <dd>××</dd> <dd>30 - △△</dd> <dd>40 - □□</dd> </dl>