html - Firefox td width doesn't change with the first row's td -
i got table 4 columns , several rows.
problem in firefox, if resize first td in first row 80px 120px, width of first tds in other rows won't change td in first row (which means width of other tds remains 80px unchanged). (everything ok in ie.)
i remember if width set on td, entire column have width. seems firefox didn't follow rule.
the css related table given below:
.grid .body_table { table-layout:fixed; }
this sounds similar https://bugzilla.mozilla.org/show_bug.cgi?id=735579 , should fixed in firefox 14, if so.
Comments
Post a Comment