snowboardr
Programmer
In firefox, some cells move around when I have a javascript open a cell using
document.getElementById('thecellid').style.display="";
Its because the scrollbars appear, however in IE the cells don't move. I know that you must put your cells to PT instead of % but I can't do that in this situation, because my table takes up 100% screen width
Jason
document.getElementById('thecellid').style.display="";
Its because the scrollbars appear, however in IE the cells don't move. I know that you must put your cells to PT instead of % but I can't do that in this situation, because my table takes up 100% screen width
Jason