<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>
Подсвечиваем разделы при наведении мышью. Duka
Страница: 1
Сообщений 1 страница 1 из 1
Поделиться12011-11-19 04:09:22
Страница: 1