function fOpenPlus(id){
ele = document.getElementById(id);
if (ele.style.height=='22px')
{ele.style.height = '100px';}
else{ele.style.height = '22px';}
}
В Опере и в Хроме - работает а в остальных (IE и FF) нет, что нет так?
Спасите помогите - ПОЖАЛУЙСТА!
.