COLUMNのマウスオーバー時に背景色を変更したい。 JavaScriptが必要ですか?またはcssで十分です。テーブル変更列の背景色を作成する
COLUMNの背景色を変更するにはどうすればよいですか?
マイ表:thisと同様に
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<th width="169" scope="col">İsim</th>
<th width="380" scope="col">Açıklama</th>
<th width="138" scope="col">Telefon Numarası</th>
<th width="158" scope="col">İl</th>
</tr>
<tr>
<td><?=$data['u_isim']?></td>
<td><?=$data['u_aciklama']?></td>
<td><?=$data['u_tel']?></td>
<td><?=$data['u_il']?></td>
</tr>
</table>
。しかし、私は真実がこれを傾ける。
plaese look first post .. http://pastebin.com/LwdYPgpi –
私はあなたのサンプルコードを見ることができませんか? –