I have a table with 60 columns. Each column must have a 30px width.
IE show the table right. Firefox tries to show the entire table in the
window so it reduces cell width up to text width.
I've already tried width CSS style="table-layout:fixed" and <col> tags
or with CSS style="white-space:nowrap;width:30px". Firefox behavior
hasn't change.