2014-09-28から1日間の記事一覧

手直し

<meta charset="utf-8"> <title>テーブルをn行に?</title> <style> th { color: green; width: 6em;} td { width:4em;} thead, tfoot { background: #8c8;} tbody th { background: #efe;} .num { text-align : right; } </style> <body> <table border="1" id="hoge"></table> <script> (function () { var reg_s…</body></meta>