Два варианта
1
Код:
<script type="text/javascript"> var td = document.getElementsByClassName("tcl") for(i=0;i<td.length;i++){ td[i].setAttribute("onmouseover", "this.style.backgroundColor='red'") td[i].setAttribute("onmouseout", "this.style.backgroundColor=''") } </script>
red-нужный цвет
2. Такой скрипт у нас на форуме
Код:
<style type="text/css"> td.tcl:hover {background: #ccc !important;} </style>
Вставляем в HTML-низ