CSS Table width in Firefox
/*Dont Work*/ table { width: 1000px; } /*Works*/ table { min-width: 1000px; }