Código:
colorTR cambia el color de las celdas cuando el mouse pasa sobre ellas, colorTRO vuelve al color original la celda cuando el mouse sale sobre ellas y clickCell cambia el color de la celda si se cliquea.function colorTR(elmnt) { elmnt.style.backgroundColor="#c6edff"; } function colorTRO(elmnt){ elmnt.style.backgroundColor="#ffffff"; } function clickCell(cell){ cell.getElementsByTagName('input')[0].checked=true; }
todo funciona... Y ESE ES EL PROBLEMA !!!! ahhahaha.
necesito que al hacer click en la celda, el color se mantenga y no se accione el onmouseout.
alguien me puede ayudar ?
saludos