Firefox не видит children
main = document.getElementById("MainTable");
for(i=0; i<main.children.length; i++) {
main.children[i].rows[1].style.display=( isIE) ? 'block' : 'table-row';
main.children[i].rows[0].cells[2].getElementsByTagName("IMG")[0].src = 'img/up.gif';
}
Все браузеры читают кроме Firefox
|