JavaScript: 2009年3月アーカイブ

tableの表にマウスオーバーした時に行・列・行と列のカラーが変わって見やすくなる
javascriptです。


Download

ダウンロードして

<link href="tablecloth/tablecloth.css" rel="stylesheet" type="text/css" media="screen" /> <script type="text/javascript" src="tablecloth/tablecloth.js"></script>

みたいにリンクさせるだけで使えます。
ダウンロードしてきた状態のjsでは、列しかカラーが変わりませんが、
// if set to true then mouseover a table cell will highlight entire row (except sibling headings)
var highlightRows = true;

falseをtrueに変えれば行と列のカラーが変わるようになります。