Holaaa tengo un problemaaa con firefox!
Les muestro el codigo HTML
Código:
<table border="0" cellspacing="0" cellpadding="2" bordercolor="#CCCCCC" align="center">
<tr align="center">
<td id="avatar1" onMouseOver="this.bgColor = '#FF0000'" onMouseOut="this.bgColor = '#000000'" ><img src="images/avatars/avatar1.jpg" width="44" height="50" onclick="avatar('1')"></td> ...
La cuestion es que en los otros exploradores funciona perfecto.
Por cualquier cosa aca les dejo el codigo de javascript
Código:
function avatar(ava) {
for(var i = 1; i < 17; i++)
{
var thiscell = document.getElementById('avatar'+i);
if(ava == i) {
createplyr.av.value = i; thiscell.style.backgroundColor = state2;
}else{
thiscell.style.backgroundColor = state1 ;}
}
}
Espero alguien pueda ayudarme! GRACIAS de ante mano